csjliang / PPR10K

Official Implementation and Dataset of "PPR10K: A Large-Scale Portrait Photo Retouching Dataset with Human-Region Mask and Group-Level Consistency", CVPR 2021
Apache License 2.0
266 stars 20 forks source link

confuse about dataset #10

Closed BoyuanJiang closed 2 years ago

BoyuanJiang commented 2 years ago

in train_val_images_tif_360p, each scene has six different version photo under source_aug_6, what's the difference between them and which one should be used for training model?

csjliang commented 2 years ago

Hi.

These files are augmented in terms of illuminations or colors from the same input image. These are used for augmentation and simulating complicated situations in the wild. You can use only the original file or use both the original and the augmented files in your training, according to your own requirements. Thanks.