kkkls / FFTformer

[CVPR 2023] Effcient Frequence Domain-based Transformer for High-Quality Image Deblurring
MIT License
255 stars 18 forks source link

pretrain #16

Open raindrop313 opened 1 year ago

raindrop313 commented 1 year ago

作者你好,你在论文中有这么一句话: "we follow the protocols of this dataset and retrain or fine-tune the deep learning methods that are not trained on this dataset" 请问下你具体是怎么做的呢?用了什么数据集训练预训练模型?如果能解答将不胜感激

kkkls commented 1 year ago

你好,这句话的意思是我们对比其他方法时是用他们提供的pre-train model测试的,如果该方法没有提供checkpoint,我们会按照他们论文的描述来重新训练,对于我们的方法,我们并没有使用额外的数据集来预训练,希望可以帮到你