Reyhanehne / CVF-SID_PyTorch

Official implementation of the paper "CVF-SID: Cyclic multi-Variate Function for Self-Supervised Image Denoising by Disentangling Noise from Image" (CVPR 2022)
70 stars 11 forks source link

when try to run python train.py --device 0 --config config_SIDD_Val.json --tag SIDD_Val #1

Closed cy163 closed 2 years ago

cy163 commented 2 years ago

FileNotFoundError: [Errno 2] No such file or directory: '../data/SIDD_Small_sRGB_Only/ValidationGtBlocksSrgb.mat'

lulu-165 commented 2 years ago

i have the same issues

myavartanoo commented 2 years ago

To train and evaluate the model directly please visit SIDD websites and download the original Noisy sRGB data and Ground-truth sRGB data from SIDD Validation Data and Ground Truth and place them in data/SIDD_Small_sRGB_Only folder.