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
704 stars 40 forks source link

Git lfs pull return exit status 2 #44

Open DanielSHKao opened 2 months ago

DanielSHKao commented 2 months ago

I tried to download objects and run the rendering scripts. For some examples in github source, the code terminates with error

subprocess.CalledProcessError: Command '['git', 'lfs', 'pull']' returned non-zero exit status 2.

when calling subprocess.run(["git", "lfs", "pull"], cwd=repo_dir, check=True) in line 395 of objaverse/xl/github.py.

Do you have any ideas about how to solve this issue or skip the example? Thanks in advance.