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

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

I want to know where my downloaded Objects will be saved。 annotations = oxl.get_annotations( download_dir="/media/disk3/dataset/objaverse-xl/data_downloaded" # default download directory ) annotations alignment_annotations = oxl.get_alignment_annotations( download_dir="/media/disk3/dataset/objaverse-xl/data_downloaded" # default download directory )...

Hi, the project is really awesome, but I am wandering is it possible to run it on my mac? I am kind of stuck with the blender part, it always...

When I run the following command: **blender-3.2.2-linux-x64/blender --background --python scripts/rendering/blender_script.py -- --num_renders 12 --object_path ./scripts/rendering/untextured/jiangtun_mesh86.stl --output_dir ./scripts/rendering/untextured_output/jiangtun_mesh86 --engine BLENDER_EEVEE** It reported the following error: _Segmentation fault (core dumped)_ I checked...

Are there any plans to make the metadata of Objaverse-XL available for download, allowing users to selectively acquire a subset of Objaverse-XL tailored to their specific needs?

When downloading github object, there is an account verification problem, I want to skip this github object, what should I do? I have tried several methods, but they all failed.

Fix the issue where the "git clone" command is blocked when the git repository is deleted or its permissions are changed to private. When the git repository is deleted or...

Hi, thank you for your very useful work! I'm wondering how to find the object with **_Separated Parts_** annotation.

Excellent work!! I have noticed that you use the blender --background --python blender_script.py Why do you say that it has to start the Xsever? Thanks