[Bug] SWINIR Denoising train error: No such file or directory:'data/DFWB/meta_info_DFWB8550sub_GT.txt' #1964
-
Prerequisite
TaskI'm using the official example scripts/configs for the officially supported tasks/models/datasets. Branchmain branch https://github.com/open-mmlab/mmagic EnvironmentTorchVision:0.12.0+cu113 Reproduces the problem - code samplepython tools/train.py configs/swinir/swinir_s128w8d6e180_8xb1-lr2e-4-1600k_dfwb-grayDN15.py Reproduces the problem - command or script/ Reproduces the problem - error messageFileNotFoundError: No such file or directory:'data/DFWB/meta_info_DFWB8550sub_GT.txt' Additional informationI have prepared datasets by tools/dataset_converters/denoising 'Preparing Denoising Dataset' as The folder structure looks like: mmagic |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hi @fnwkqwan ,
These four datasets are usually combined and used as the training data of color/grayscale image denoising and greyscale/color JPEG compression artifact reduction. You can simply download and put them together and generate the annotation file so that the DataLoader can sample images from these four datasets during training. |
Beta Was this translation helpful? Give feedback.
hi @fnwkqwan ,
DFWB
denotes the combination of DIV2K (800 training images) + Flickr2K (2650 images) + WED(4744 images) + BSD500 (400 training&testing images).These four datasets are usually combined and used as the training data of color/grayscale image denoising and greyscale/color JPEG compression artifact reduction. You can simply download and put them together and generate the annotation file so that the DataLoader can sample images from these four datasets during training.