advimman / lama

🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
https://advimman.github.io/lama-project/
Apache License 2.0
7.91k stars 838 forks source link

Question about generating validation and eval data #304

Open JuntaoLiu01 opened 6 months ago

JuntaoLiu01 commented 6 months ago

Hi, thanks for your excellent work! However, I got unfused when checking the paper about data split. Hope for your reply!

Specially, in the paper supplementary, evaluation data was generated from the test set of Places Standard, containing 30K images. But the codes in script places_standard_evaluation_prepare_data.sh show that the evaluation data was selected from the validation set of Places Standard.

It seems that the codes mismatch the paper. So I wonder which is correct!