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

How do you deal with the SIDD-Medium Dataset #13

Open zhongqiu1245 opened 1 year ago

zhongqiu1245 commented 1 year ago

Hello! Thank you for your amazing job! Could you release your detail information about the processing of SIDD-Medium Dataset? There are only 320 noisy images in this dataset, so did you crop them in many patches before training (e.g. overlap, patch size), and then cropped these patches into 40*40 in training iter/epoch? Or what's the length of your trainloader? Is ==320 or >>320 ? Thank you in advance!