Closed anandhiray closed 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!
It probably because paths variable does not matched to the "real" paths of images.. you may check print(paths) beforehand.
paths
print(paths)
Thank you! That was it. It is working now.
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!