yhlscut / C4

The code for AAAI 2020 paper "Cascading Convolutional Color Constancy"
48 stars 9 forks source link

The Scale of Input Data #6

Open hittoome opened 3 years ago

hittoome commented 3 years ago

The input data's scale of pretrained model was [0 - 255], but in C4 the data was scaled to [0 -1]. Did you do it on purpose?