skillfed

objaverse

Objaverse is an open dataset with over 10 million 3D objects

objaverse v0.1.7 97.7K downloads/30d#13,137 on PyPI
Permissive license DORMANT released

What it is and what it does

Objaverse is a companion package for accessing and processing Objaverse-XL, an open dataset containing over 10 million 3D objects. The package provides utilities to download and work with this large-scale 3D model collection, which was created to support training of 3D foundation models like Zero123-XL. It depends on requests, pandas, pyarrow, tqdm, loguru, fsspec, and gputil to handle data retrieval, processing, progress tracking, and resource monitoring across potentially large downloads.

The package is designed for researchers and developers working with 3D generative models, novel view synthesis, and 3D reconstruction tasks. It integrates with Hugging Face for dataset hosting and includes support for Blender rendering workflows. Note that the project is dormant—the last release was in November 2023—so it receives no active maintenance or updates.

Use it for:

  • Download subsets of the Objaverse-XL dataset for training 3D vision models or foundation models.
  • Batch process 3D objects for rendering, format conversion, or metadata extraction in machine learning pipelines.
  • Access pre-processed 3D model collections for research in novel view synthesis or 3D reconstruction.
  • Integrate 3D object data into computer vision projects that require diverse, large-scale 3D training data.
  • Retrieve and organize 3D models for use with Blender rendering scripts or other 3D graphics workflows.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Downloads and processes Objaverse-XL, an open dataset of over 10 million 3D objects, with utilities for managing large-scale 3D model data retrieval and preparation.

Yes, if you are actively working with Objaverse-XL for 3D model research or training. The package has low install friction and permissive licensing. However, be aware that maintenance is dormant (last update November 2023), so expect no bug fixes or compatibility updates. Verify that the dataset access and your intended use case align with the ODC-By v1.0 license and any per-object restrictions before committing to a large download.

Install

objaverse on PyPI

pip

pip install objaverse

uv

uv add objaverse

poetry

poetry add objaverse

Installing objaverse

Before you install

Low install friction with a pure-Python wheel and standard data-handling dependencies. Maintenance is dormant (last release 2023-11-01, 1017 days ago), so expect no active bug fixes or updates.

License in practice

Licensed under Apache Software License (permissive), meaning you can use, modify, and distribute the package freely provided you include the license notice. The underlying dataset itself uses ODC-By v1.0 with per-object license variation.

Quickstart

pip install objaverse

import objaverse
# Use the package to download and process 3D objects from Objaverse-XL

Polycam data requires separate academic approval; large downloads may require significant disk space and bandwidth.

Verify before relying

  • Exact Python version compatibility (requires_python is unspecified in the fact sheet)
  • Whether the package provides a high-level download API or primarily serves as a companion to external scripts
  • Current state of the dataset's availability and any access restrictions beyond Polycam data

Package facts

License not declared (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 7 — requests, pandas, pyarrow, tqdm, loguru, fsspec, gputil
Maintenance dormant — 1,017 days since the last release
First released
Downloads 97,663/month — #13,137 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: objaverse-0.1.7-py3-none-any.whl

License :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3

Tags

download 3d object datasetobjaverse dataset access3d model bulk downloadlarge scale 3d data3d object dataset toolsobjaverse-xl download3d model dataset pipeline
3d-datasetscomputer-visionmachine-learning

More Artificial Intelligence packages