Skip to main content

Objaverse-XL API

Open In Colab

The Objaverse-XL API tutorial is available on Google Colab!

It has the same installation as Objaverse 1.0 with:

pip install objaverse

and has a simple API:

import objaverse.xl as oxl

annotations = oxl.get_annotations(...)
oxl.download_objects(...)