clovaai / cutblur

Rethinking Data Augmentation for Image Super-resolution (CVPR 2020)
MIT License
382 stars 62 forks source link

No Output and It says 0it [00:00, ?it/s] #30

Closed anandhiray closed 2 years ago

anandhiray commented 2 years ago

When I try to run inference.py for an image in Set14, it doesn't give any output and it says 0it [00:00, ?it/s].

Can you please help figure out what am I doing wrong? Thank you!

nmhkahn commented 2 years ago

It probably because paths variable does not matched to the "real" paths of images.. you may check print(paths) beforehand.

anandhiray commented 2 years ago

Thank you! That was it. It is working now.