objaverse-xl icon indicating copy to clipboard operation
objaverse-xl copied to clipboard

🪐 Objaverse-XL is a Universe of 10M+ 3D Objects. Contains API Scripts for Downloading and Processing!

Results 35 objaverse-xl issues
Sort by recently updated
recently updated
newest added

I am a new researcher. Can you provide me with a case of the ’‘objaverse-xl’‘ dataset? The original data is too large to download. Thank you

I am interested in the animated objects in the dataset. I am yet to figure out how I can: 1. filter the dataset based on animated objects 2. Render the...

Currently the cache system available with your API does not allow full storage of all 3D objects.. I am working on a cluster using GPFS as a file system, in...

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',...

Thank you for your excellent work. However, I encountered some problems while running the demo. After running 'python3 main.py', I got the pictures, but it seems that blender did not...

![image](https://github.com/allenai/objaverse-xl/assets/133750675/433b97dd-a78d-4501-81a1-b0366e2a2e85) When I open any .blend file, I got this image

Hello! ![image](https://github.com/allenai/objaverse-xl/assets/99368888/fa226563-3059-4edb-8286-729298d0d063) I have a download error that occurs only when I try to download in any shell (Windows, Ubuntu) etc. I have a fix, which is to add headers...

With only a single thread set, I'm still getting too many requests after downloading only a few (~100) objects. It seems impossible to download 3M thingiverse data in sensible time.

Hello, first of all thanks for your work! I've tried to follow the blender tutorial, and after successfully install everything I got an error while executing main.py ## Problem When...

Handle found object is not called when the object is already downloaded. Is that an expected behavior?