xxlong0 / Wonder3D

Single Image to 3D using Cross-Domain Diffusion for 3D Generation
https://www.xxlong.site/Wonder3D/
GNU Affero General Public License v3.0
4.49k stars 351 forks source link

About "lvis_invalid_uids_nineviews.json" #144

Closed LordLiang closed 4 months ago

LordLiang commented 4 months ago

I want to know that why uids in "lvis_invalid_uids_nineviews.json" are invalid. Could you tell me?

xxlong0 commented 4 months ago

We use blender to render the lvis subset with the list https://github.com/xxlong0/Wonder3D/blob/main/data_lists/lvis_uids_filter_by_vertex.json. However, due to some unknown reasons, the rendered images may have empty renderings, so we will perform a check on all the images and get the "lvis_invalid_uids_nineviews.json".

LordLiang commented 4 months ago

We use blender to render the lvis subset with the list https://github.com/xxlong0/Wonder3D/blob/main/data_lists/lvis_uids_filter_by_vertex.json. However, due to some unknown reasons, the rendered images may have empty renderings, so we will perform a check on all the images and get the "lvis_invalid_uids_nineviews.json".

I see. Thank you!