codeslake/IFAN

Missing configuration file

Jasonat0 opened this issue · 4 comments

Traceback (most recent call last):
File "D:/python/SCI/IFAN-main/IFAN-main/run.py", line 308, in
with open('{}/config.txt'.format(config.LOG_DIR.config)) as json_file:
FileNotFoundError: [Errno 2] No such file or directory: '/Bean/logs/junyonglee\IFAN_CVPR2021\IFAN\config/config.txt'
Laoding Config for evaluation

You need to change the offset path for the logging dir.

Refer here.

In predict.py:
ModuleNotFoundError: No module named 'cog'

predict.py is for the demo.

You need to run the code using commands here..