C5 icon indicating copy to clipboard operation
C5 copied to clipboard

I can't understand (In src/ops.py, the function add_camera_name(dataset_dir) can be used to rename image filenames and corresponding ground-truth JSON files. Each JSON file should include a key named either illuminant_color_raw or gt_ill that has the ground-truth illuminant color of the corresponding image).Can you help me ?

Open ToChangeBetter opened this issue 2 years ago • 1 comments

ToChangeBetter avatar May 03 '22 02:05 ToChangeBetter

Thanks for your question. Yes, the function add_camera_name renames training files to help in retrieving examples taken by the same camera model. The JSON file should have either illuminant_color_raw or gt_ill field that include the illuminant ground truth color.

mahmoudnafifi avatar Jun 04 '22 21:06 mahmoudnafifi