NVlabs / eg3d

Other
3.24k stars 363 forks source link

Missing images after preprocessing FFHQ's in-the-wild-images #70

Closed thuanz123 closed 2 years ago

thuanz123 commented 2 years ago

I have download the original in-the-wild-images for preprocessing and have validate that all original 70000 images is not corrupted, however after preprocessing using the instruction in the README, the final crop folder miss 43 images. Is this expected or your code is not correct ?

oneThousand1000 commented 2 years ago

I think those images can not be detected by mtcnn, so the authors removed them from eg3d training dataset.

thuanz123 commented 2 years ago

I think those images can not be detected by mtcnn, so the authors removed them from eg3d training dataset.

So is it OK to train eg3d with these images missing ?

oneThousand1000 commented 2 years ago

I think those images can not be detected by mtcnn, so the authors removed them from eg3d training dataset.

So is it OK to train eg3d with these images missing ?

Yes, it is ok. In https://github.com/NVlabs/eg3d/issues/30#issuecomment-1184158745 someone got nice results using only ~5k images.

thuanz123 commented 2 years ago

Thanks a lot. I will close this then