GlassyWu / AECR-Net

Contrastive Learning for Compact Single Image Dehazing, CVPR2021
344 stars 49 forks source link

FastDeconv #13

Open bohuisir opened 3 years ago

bohuisir commented 3 years ago

What is the fastdeconv package in the model,Is it a package in torch?

holotrace commented 2 years ago

you need change the code “from deconv import FastDeconv” as “models.deconv import FastDeconv” in AECRNet.py