LGM icon indicating copy to clipboard operation
LGM copied to clipboard

Asking about the training dataset

Open tbaro19 opened this issue 11 months ago • 4 comments

Hi there, have a nice day. I have some questions about the training dataset. I found in provider_objaverse.py image_path = os.path.join(uid, 'rgb', f'{vid:03d}.png') camera_path = os.path.join(uid, 'pose', f'{vid:03d}.txt')

after I Download in https://objaverse.allenai.org/ there is only glb model , Where I can get that rgb/pose file?

tbaro19 avatar Jan 31 '25 16:01 tbaro19

Or can anyone give me some way to convert from glb, thanks !!!

tbaro19 avatar Feb 01 '25 05:02 tbaro19

how do you solve it finally?

lcc815 avatar Mar 03 '25 12:03 lcc815

how do you solve it finally?

I used the G-Objaverse dataset =')), I think the GLB files can convert into 2 options above, but I tried and failed, can u do it ?

tbaro19 avatar Mar 03 '25 15:03 tbaro19

GLB files store 3D models. They furter need to be rendered from a number of different views with given camera positions. The rendered images and camera positions are then used to train the LGM. For Objaverse, for example, there is a repo with the rendering script.

apelykh avatar Mar 05 '25 11:03 apelykh