allenai/objaverse-xl

dataset download error

Opened this issue · 2 comments

df = pd.read_excel(file_path)
print(df)
oxl.download_objects(
    # Base parameters:
    objects = df,
    download_dir=".objaverse",
    save_repo_format = 'zip'
)

image
ubuntu

I also have the same problem, have you solved it?

I have the same problem!