yuanming-hu / exposure

Learning infinite-resolution image processing with GAN and RL from unpaired image datasets, using a differentiable photo editing model.
MIT License
767 stars 156 forks source link

Undo gamma correction #7

Closed SugarMasuo closed 6 years ago

SugarMasuo commented 6 years ago

Hi @yuanming-hu ,why do you do 'linearize_ProPhotoRGB' or 'Linearize sRGB' first for the input images? I tried to change the paramater from 1.001 to 2.2, the results differ a lot. I wonder what's the reason of reference for this 'linearize'. Thanks a lot!

zhongtao93 commented 6 years ago

The same question, @SugarMasuo you can see that all training input also do 'Linearize sRGB'

yuanming-hu commented 6 years ago

Hi guys,

I'm not sure if I understand you correctly. Please read FAQ 4 where I think I answer some of your questions, and let me know if you have more!