Lornatang / SRGAN-PyTorch

A simple and complete implementation of super-resolution paper.
Apache License 2.0
421 stars 104 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'DIR/test' #20

Closed kritika1029 closed 3 years ago

kritika1029 commented 3 years ago

Facing this issue while running the following command- python3 test_benchmark.py -a srgan --pretrained --gpu 0 DIR

FileNotFoundError: [Errno 2] No such file or directory: 'DIR/test'

Lornatang commented 3 years ago

You should prepare the test data set and put it in the DIR/test directory.