Li-Chongyi / Zero-DCE

Zero-DCE code and model
774 stars 187 forks source link

The difference between loss function in paper and code implementation #30

Open junmin98 opened 2 years ago

junmin98 commented 2 years ago

The implementation described in the paper is different from the actual implementation of the shared code. For example, the weights of the loss functions are different, and there are differences in the use of squared or absolute values.

What should I follow to get the exact implementation?

Thanks!