Hi!
Thanks for such a cool work!
I use your library for my Pytorch based model. I use fixed-size images, transform them to DCT format using your library, and stream them using data iterator.
Now, I would like to change my data iterator. Instead of using fixed image inputs, I would like to dynamically change the image size at every iteration, not epoch.
Is applying bilinear interpolation directly on DCT output equivalent to applying bilinear interpolation to images, and afterwards applying DCT?
If there is no big difference, I would like to go for the 1st one, as doing it is very simple. If I have to go for 2nd, I have to spend more time.
Thanks,
Hi!
Thanks for such a cool work!
I use your library for my Pytorch based model. I use fixed-size images, transform them to DCT format using your library, and stream them using data iterator.
Now, I would like to change my data iterator. Instead of using fixed image inputs, I would like to dynamically change the image size at every iteration, not epoch.
Is applying bilinear interpolation directly on DCT output equivalent to applying bilinear interpolation to images, and afterwards applying DCT?
If there is no big difference, I would like to go for the 1st one, as doing it is very simple. If I have to go for 2nd, I have to spend more time.
Thanks,