khuhm / W-Net

W-Net: Two-Stage U-Net With Misaligned Data for Raw-to-RGB Mapping
MIT License
6 stars 3 forks source link

Data preprocessing, First order stats #3

Open zpaarish opened 4 years ago

zpaarish commented 4 years ago

Hi,

Thank you for sharing the code. I have two questions:

  1. Did you do any preprocessing to the raw data?

  2. How did you get numbers in normalize and denormalize functions in dataset.py?

Thank you.

khuhm commented 4 years ago

Hi,

Thank you for your interest.

  1. We only performed data normalization

  2. We calculated the mean and the standard deviation of all pixel values in training images(Input Raw, Target RGB) for data normalization/denormalization