Closed xytmhy closed 1 year ago
We have not planed to release the model for now.
The config for deblurring:
python main.py --dir_data $DATA_PATH --pretrain $MODEL_PATH --data_test GoPro --scale 1 --deblur --n_feats 9 --patch_dim 8 --patch_size 256
为什么调用过程中会出现PermissionError: [Errno 13] Permission denied: '/cache'错误,谢谢解答
为什么调用过程中会出现PermissionError: [Errno 13] Permission denied: '/cache'错误,谢谢解答
你好,你的/cache目录没有权限访问,可以尝试将数据和模型放在其他位置。
Hi Guys,
Thanks for your work and I want to do some comparison on image deblurring with your work. How could I run the code on GoPro dataset? and could you release the model to us, I haven't see the deblur model in the GoogleDrive. Thanks