allenai / allenai/objaverse-xl
Download Objects problem
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
Hi, mattdeitke
While downloading, I encountered some issues. Here is the script I used:
annotations = oxl.get_annotations(download_dir="~/.objaverse" )
sampled_df = annotations.groupby('fileType').apply(lambda x: x.sample(1)).reset_index(drop=True)
sampled_df = sampled_df[sampled_df['fileType'] == 'obj'].reset_index(drop=True)
oxl.download_objects(download_dir='./objaverse', objects=sampled_df, processes=1)

I sampled random .obj objects and It looks like successful, but I couldn't get any .obj file. Do you have any suggestions?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.