mahmoudnafifi / C5

Reference code for the paper "Cross-Camera Convolutional Color Constancy" (ICCV 2021)
Apache License 2.0
105 stars 19 forks source link

json files #1

Closed SHMCU closed 3 years ago

SHMCU commented 3 years ago

Is there a sample json file so I can generate json files for new data?

Thanks, Simon

mahmoudnafifi commented 3 years ago

You can store the ground-truth illuminant color of each image in a JSON file with a key named either illuminant_color_raw or gt_ill. This JSON file should be named with the same name of the corresponding image and ends with '_metadata.json' postfix.

I uploaded an example in this link.