allenai / objaverse-xl

🪐 Objaverse-XL is a Universe of 10M+ 3D Objects. Contains API Scripts for Downloading and Processing!
https://objaverse.allenai.org/
Apache License 2.0
702 stars 40 forks source link

Download Object Errror #5

Open Heathcliff-saku opened 11 months ago

Heathcliff-saku commented 11 months ago

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)

where I sampled a random .obj object, but I couldn't download it successfully. It seems to be related to the website's response. Do you have any suggestions?

微信图片_20230919210807
mattdeitke commented 11 months ago

Hmm, let me see if I can get a more descriptive error message for you.

huohuohuohuohuohuohuohuo commented 11 months ago

same issues

mattdeitke commented 11 months ago

@huohuohuohuohuohuohuohuo are you using windows too?

mattdeitke commented 11 months ago

I only checked it on Ubuntu. But will push a fix to this error message tonight.

mattdeitke commented 11 months ago

If you're able to reproduce it in Google Colab, that would be very helpful :)

Heathcliff-saku commented 11 months ago

It works fine on Colab, but I encountered the same issue on my Ubuntu machine 😂. Providing more log information might be helpful (I'm not sure if it's due to the location where I'm unable to access the resource's url). @mattdeitke

huohuohuohuohuohuohuohuo commented 11 months ago

@huohuohuohuohuohuohuohuo are you using windows too?

I am using a Ubuntu machine.

huohuohuohuohuohuohuohuo commented 11 months ago

I used your script and it seems download successfully, but I can not get any .obj file. 2023-09-21 15-10-54屏幕截图

mikimiso commented 5 months ago

It works fine on Colab, but I encountered the same issue on my Ubuntu machine 😂. Providing more log information might be helpful (I'm not sure if it's due to the location where I'm unable to access the resource's url). @mattdeitke

I have the same issues on Colab when I used "main.py", which Colab configuration did you choose? And what I have used is V100.

lulcai commented 4 months ago
annotations = oxl.get_annotations(downloaddir)
objects = annotations[annotations['source'] == 'github'].sample(5)

I encountered the same problem when I changed the objects in the main.py file.

joshkiller commented 3 months ago

Screenshot from 2024-05-20 15-51-44 Screenshot from 2024-05-20 15-51-44

Hi everyone! Is there something I'm doing wrong ? Screenshot from 2024-05-20 15-51-44

joshkiller commented 3 months ago

Screenshot from 2024-05-20 15-51-44 Screenshot from 2024-05-20 15-51-44

Hi everyone! Is there something I'm doing wrong ? Screenshot from 2024-05-20 15-51-44

Please How can I handle this error ?

toannguyen1904 commented 3 months ago

Screenshot from 2024-05-20 15-51-44 Screenshot from 2024-05-20 15-51-44 Hi everyone! Is there something I'm doing wrong ? Screenshot from 2024-05-20 15-51-44

Please How can I handle this error ?

same issue

joshkiller commented 3 months ago

Screenshot from 2024-05-20 15-51-44 Screenshot from 2024-05-20 15-51-44 Hi everyone! Is there something I'm doing wrong ? Screenshot from 2024-05-20 15-51-44

Please How can I handle this error ?

same issue

I didn't resolve it but anyway i can download the Objaverve 800k not all too and render images

HarryWang355 commented 1 month ago

same issue