Open MouseChannel opened 8 months ago
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')
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?
@MouseChannel Hi, you can try using G-objaverse: https://aigc3d.github.io/gobjaverse/
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?