IFRNet icon indicating copy to clipboard operation
IFRNet copied to clipboard

Image size for running demo_8x.py

Open abhishri-medewar opened this issue 3 years ago • 1 comments

What are the image sizes that I can use to run demo_8x.py ? I am trying to run using 1920 X 1080 image size but I am getting an error.

abhishri-medewar avatar Aug 19 '22 23:08 abhishri-medewar

The input size of IFRNet should be divided by 16. You can first pad the input frames, and then unpad the output frame. You can refer to benchmarks/SNU_FILM.py. Thanks.

ltkong218 avatar Sep 08 '22 13:09 ltkong218