eduardzamfir / NTIRE23-RTSR

CVPR NTIRE 2023 Challenge on Real-Time Super-Resolution
https://eduardzamfir.github.io/NTIRE23-RTSR/
Apache License 2.0
110 stars 6 forks source link

Is this a mistake? #2

Closed zdyshine closed 1 year ago

zdyshine commented 1 year ago

In demo/test.py line: 147 input_dim = (3, int(args.crop_size[1]/args.scale), int(args.crop_size[1]/args.scale)) # set the input dimension

input_dim all args.crop_size[1]?

eduardzamfir commented 1 year ago

yes, thanks. It's been corrected.