You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
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?
The text was updated successfully, but these errors were encountered: