codeslake / IFAN

[CVPR 2021] Official PyTorch Implementation for "Iterative Filter Adaptive Network for Single Image Defocus Deblurring"
GNU Affero General Public License v3.0
225 stars 39 forks source link

Missing configuration file #12

Closed Jasonat0 closed 2 years ago

Jasonat0 commented 2 years ago

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

codeslake commented 2 years ago

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

Refer here.

BBetteroff commented 2 years ago

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

codeslake commented 2 years ago

predict.py is for the demo.

You need to run the code using commands here..

Jasonat0 commented 1 year ago

sincere thanks! My problem has been solved. Your article is very well written, I wish the research success

在 2022-09-27 16:27:19,"Junyong Lee" @.***> 写道:

Closed #12 as completed.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>