hitzhangyu / Self-supervised-Image-Enhancement-Network-Training-With-Low-Light-Images-Only

Self-supervised Image Enhancement Network: Training With Low Light Images Only
137 stars 18 forks source link

Implementation details #3

Closed noahzn closed 1 year ago

noahzn commented 4 years ago

Hi, I have two questions regarding the implementation details.

  1. Fig. 2. shows the R and I components decomposed by your network. But how do you output an enhanced image? Do you use another sub-network to enhance the illumination map?

  2. For the histogram equalization loss, can you give some ideas on how to implement that?

Thank you.

hitzhangyu commented 4 years ago
  1. R is the enhanced image
  2. histeq : https://www.cnblogs.com/carlber/p/9445450.html