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

Download Object Errror

Open Heathcliff-saku opened this issue 9 months ago • 12 comments

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

Heathcliff-saku avatar Sep 19 '23 13:09 Heathcliff-saku