huawei-noah / Pretrained-IPT

Apache License 2.0
428 stars 63 forks source link

Deblur Model #9

Closed xytmhy closed 1 year ago

xytmhy commented 3 years ago

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

HantingChen commented 3 years 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

LISIJIA0629 commented 3 years ago

为什么调用过程中会出现PermissionError: [Errno 13] Permission denied: '/cache'错误,谢谢解答

HantingChen commented 3 years ago

为什么调用过程中会出现PermissionError: [Errno 13] Permission denied: '/cache'错误,谢谢解答

你好,你的/cache目录没有权限访问,可以尝试将数据和模型放在其他位置。