Open ywj55555 opened 2 years ago
Hi,
generate_data.py
script.prepare_dataset.py
performs white-balancing on the color-casted images to obtain ground truth images (the illuminants are provided with the dataset). You need these images to compare (calculate the angular error, etc.) with the images corrected by the CNN.Thank you for your recovery, I see
Hello, first of all, thank you very much for being able to open source your code. In your project: CNN_model_ColorConstancy, I have a question, are the images in the Train_set generated in preapare_dataset.py? In this case, tthe images in the training set have passed White balance correction. From my understanding, shouldn’t the training image be the original image with color cast? I will be very happy if you can give me an answer.