NBNet icon indicating copy to clipboard operation
NBNet copied to clipboard

A question about train

Open winds-line opened this issue 4 years ago • 3 comments

Hello, when I try to run this code, an error occured:FileNotFoundError: [Errno 2] No such file or directory: 'data/sidd/ValidationNoisyBlocksSrgb.mat'. Then I find ValidationNoisyBlocksSrgb.mat and ValidationGtBlocksSrgb.mat are not generated afterI run prepare_data.py

val_data_dict = loadmat(os.path.join(path, 'ValidationNoisyBlocksSrgb.mat')) val_data_noisy = val_data_dict['ValidationNoisyBlocksSrgb'] val_data_dict = loadmat(os.path.join(path,'ValidationGtBlocksSrgb.mat')) val_data_gt = val_data_dict['ValidationGtBlocksSrgb']

winds-line avatar Aug 06 '21 02:08 winds-line

Could you tell me how to generate ValidationNoisyBlocksSrgb.mat and ValidationGtBlocksSrgb.mat

winds-line avatar Aug 06 '21 02:08 winds-line

You can find the validation dataset on the official website of SIDD.

Sumching avatar Aug 06 '21 02:08 Sumching

ok thx

winds-line avatar Aug 06 '21 08:08 winds-line