mahmoudnafifi / HistoGAN

Reference code for the paper HistoGAN: Controlling Colors of GAN-Generated and Real Images via Color Histograms (CVPR 2021).
MIT License
267 stars 27 forks source link

More neat training #17

Closed Alexasandrovich closed 2 years ago

Alexasandrovich commented 2 years ago

Hi, Mahmoud! I need to train the network for a specific task - there is one scene, but filmed from two angles. The problem is that there are cases where from one angle the colors in the scene are more saturated than from the other. Does it make sense to practice with reHistoGAN (Universal) or would it be more practical to look at white balance or exposure correction? Thanks in advance for the answer!

mahmoudnafifi commented 2 years ago

If the colors of two frames supposed to be similar, I guess you may use traditional color transfer methods — no need for deep learning. Also exposure adjustment is a potential solution.

Alexasandrovich commented 2 years ago

If the colors of two frames supposed to be similar, I guess you may use traditional color transfer methods — no need for deep learning. Also exposure adjustment is a potential solution.

I've looked at a lot of engineering methods that would do color transfer locally throughout the frame, but unfortunately I haven't found anything that works