yuhuUSTC / FSDGN

Official implementation for "Frequency and Spatial Dual Guidance for Image Dehazing" [ECCV 2022]
MIT License
52 stars 3 forks source link

arch #9

Open mengjiaos opened 1 year ago

mengjiaos commented 1 year ago

Hi, I try to run the following command to train the network, but it goes wrong.

command: ./scripts/dist_train.sh 1 options/train/dehaze.yml

information: from basicsr.archs.vgg_arch import VGGFeatureExtractor ModuleNotFoundError: No module named 'basicsr.archs.vgg_arch'

yuhuUSTC commented 1 year ago

Our code is based on BasicSR, but we remove all other unused arch.py files, including 'basicsr.archs.vgg_arch'. We fixed this problem by undating the 'basicsr.losses' in the repository.