mahmoudnafifi / Exposure_Correction

Project page of the paper "Learning Multi-Scale Photo Exposure Correction" (CVPR 2021).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training code

Li-Chongyi opened this issue · comments

Hi @mahmoudnafifi

Thanks for the excellent work on exposure correction!

I tried to retrain your code using my data. After training, I obtained three generator models and three discriminator models.
I wonder which model can be used to generate the final results. I have tried to replace the 'model' in the demo_image_directory.m with 'model_128', 'model_256', and 'model_512'. But I cannot obtain the correct results.

Could you please give me some advice to generate the correct results using the retrained models? Thanks!

thumbnail_Screenshot

Hi @Li-Chongyi, thanks for your interest in the work. The final model should be model_512. I am surprised that you couldn't obtain the same results when replacing the provided model with model_512. Just out of curiosity, did you change any parameters in the training code before training?

Hi @mahmoudnafifi Thanks for the reply. I may change the training code. I will double-check my training code and get back to update the progress.

The training code works. Thanks for the reply.