alex04072000 / SingleHDR

[CVPR 2020] Single-Image HDR Reconstruction by Learning to Reverse the Camera Pipeline
546 stars 91 forks source link

Question about 'Joint training of the entire pipeline and Refinement-Net' #32

Open Climmy opened 2 years ago

Climmy commented 2 years ago

Hi, I encounter a problem when I run the command in ''Joint training of the entire pipeline and Refinement-Net' image I directly load the pre-train model trained on the synthetic data. The loss doesn't diminish during the following training and the model generates blank images after several iterations.

image

Some points may be helpful to figure out the cause of the problem:

  1. There seems to be an inconsistency between the code and the article. According to the article, Ltv and Lp are used in the fine-tune stage. image image However, in 'finetune_real_dataset.py', I couldn't find Lp or Ltv: image

  2. In 'finetune_real_dataset.py', all weights of the four models are updated, should some of them be fixed?

Thanks a lot!