elliottwu / DeepHDR

This is the implementation for Deep High Dynamic Range Imaging with Large Foreground Motions (ECCV'18)
MIT License
186 stars 38 forks source link

Data preparation #15

Closed tuvovan closed 4 years ago

tuvovan commented 4 years ago

Hi,

Thank you for your nice work. I found that in the paper the data is normalized to 0-1 but in your source code the range is from -1->1.

Can you give me an idea about this difference?

Thanks!