Hi, I can successfully train the model with my own training code right now but I found that the dataset composition is critical to the model performance.
The original Adobe5K dataset contains 5000*5=25000 image pairs, and according to the paper and the published code, you used hueshift and randomcrop for augmentation.
My questions are:
- did you perform the augmentations on the original pairs, so the length of your full dataset is 50000 (including the identical pairs)?
- did you perform other often-used image augmentation methods like flipping and rotation?
- did the identical pairs only contain pairs from the raw images or also all the images that are retouched by different experts?
Thank you in advance!
Hi, I can successfully train the model with my own training code right now but I found that the dataset composition is critical to the model performance.
The original Adobe5K dataset contains 5000*5=25000 image pairs, and according to the paper and the published code, you used hueshift and randomcrop for augmentation.
My questions are:
Thank you in advance!