IanYeung / RealVSR

Dataset and Code for ICCV 2021 paper "Real-world Video Super-resolution: A Benchmark Dataset and A Decomposition based Learning Scheme"
Apache License 2.0
109 stars 7 forks source link

Bug #14

Open SongYxing opened 1 year ago

SongYxing commented 1 year ago

codes/utils/util.py 200th line "elif i > max_n:" should be "elif i >= max_n:"