csbhr / FFHQ-UV

The official repository of our CVPR2023 paper "FFHQ-UV: Normalized Facial UV-Texture Dataset for 3D Face Reconstruction".
MIT License
466 stars 46 forks source link

Incomplete Dataset #79

Open mikelmh025 opened 7 months ago

mikelmh025 commented 7 months ago

Dear authors,

Thanks for the open sourced code and dataset. However I notice quite a lot of samples(1448) from the FFHQ-UV dataset has missing information of its sourced FFHQ sample.

Use control+F in meta_info.json to search null will show you the samples with missing information.

"036481": {
    "Age": 16.0,
    "Beard": 0.0,
    "Gender": 0,
    "Index-in-FFHQ": null
},

"036525": {
    "Age": 39.0,
    "Beard": 0.025,
    "Gender": 0,
    "Index-in-FFHQ": null
},

"036607": {
    "Age": 33.0,
    "Beard": 0.07500000000000001,
    "Gender": 0,
    "Index-in-FFHQ": null
},

"036609": {
    "Age": 31.0,
    "Beard": 0.15,
    "Gender": 0,
    "Index-in-FFHQ": null
},