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

About the "[path_to_dataset]" #6

Closed DavidYanAnDe closed 3 years ago

DavidYanAnDe commented 3 years ago

I download the file and unzip them, then execute instructions with the data path end with "PPR0K_all_files_11161_zip", but the dataloder is always empty during debugging, I tried other paths but still couldn't read the data, could you please give me a complete example, including the instruction to read data?

DavidYanAnDe commented 3 years ago

Just fill the “[path_to_dataset]”part in “python validation.py --data_path [path_to_dataset] “ is OK,please

DavidYanAnDe commented 3 years ago

The problem has been solved,I forgot the split program,so dataloder cannot find the val folder XD.