ckkelvinchan / RealBasicVSR

Official repository of "Investigating Tradeoffs in Real-World Video Super-Resolution"
Apache License 2.0
906 stars 136 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'data/UDM10/BIx4/camera/00000000.png' #21

Closed Ha0Tang closed 2 years ago

ckkelvinchan commented 2 years ago

You may need to check whether the image exists in the above path.

Ha0Tang commented 2 years ago

Thanks!