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

module 'objaverse_xl' has no attribute 'load_smithsonian_metadata' #1

Open TiankaiHang opened 11 months ago

TiankaiHang commented 11 months ago

Hi all, I met this error when trying to download the data

In [1]: import objaverse_xl

In [2]: df = objaverse_xl.load_smithsonian_metadata()
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Input In [2], in <module>
----> 1 df = objaverse_xl.load_smithsonian_metadata()

AttributeError: module 'objaverse_xl' has no attribute 'load_smithsonian_metadata'
mattdeitke commented 11 months ago

Sorry, working on documenting the latest API updates with Colab as we speak! Will be done tonight, but 90% done now :)

Take a look: https://colab.research.google.com/drive/15XpZMjrHXuky0IgBbXcsUtb_0g-XWYmN?usp=sharing

I updated the README with this link instead of the old one for now.