CoolFace
Datasetpublic

hyper3labs/amazon-berkeley-objects

Amazon Berkeley Objects This is a Hugging Face metadata mirror of the Amazon Berkeley Objects dataset for reproducible research and HyperView demos. The original dataset is provided by Amazon.com and UC Berkeley. This mirror stores metadata tables and official S3 asset URLs. It does not duplicate catalog images, turntable images, or 3D models as binary files. Load from datasets import load_dataset listings = load_dataset("hyper3labs/amazon-berkeley-objects"… See the full description on the dataset page: https://huggingface.co/datasets/hyper3labs/amazon-berkeley-objects.

sourceHugging Facecc-by-4.0updated 4mo agoView on Hugging Face
0likes146downloads
Dataset Card

Amazon Berkeley Objects

This is a Hugging Face metadata mirror of the Amazon Berkeley Objects dataset for reproducible research and HyperView demos. The original dataset is provided by Amazon.com and UC Berkeley.

This mirror stores metadata tables and official S3 asset URLs. It does not duplicate catalog images, turntable images, or 3D models as binary files.

Load

python
from datasets import load_dataset

listings = load_dataset("hyper3labs/amazon-berkeley-objects", "listings", split="train")
images = load_dataset("hyper3labs/amazon-berkeley-objects", "images", split="train")
spins = load_dataset("hyper3labs/amazon-berkeley-objects", "spins", split="train")
models = load_dataset("hyper3labs/amazon-berkeley-objects", "3dmodels", split="train")

Tables

  • listings: all product listings with normalized hierarchy columns and raw_listing_json preserving the original listing object.
  • images: full image metadata with official small and original image URLs.
  • spins: full spin / 360-degree view metadata with official image URLs.
  • 3dmodels: full 3D model metadata with official GLB URLs.

Added convenience columns

The listings table adds:

  • title
  • brand
  • color
  • style
  • product_type
  • product_type_readable
  • node_paths
  • department
  • hierarchy_path
  • main_image_path
  • main_image_url

License

Amazon Berkeley Objects is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).

Users must read and comply with the original ABO license and attribution requirements before using the data.

Official dataset page: https://amazon-berkeley-objects.s3.amazonaws.com/index.html

AWS Open Data Registry: https://registry.opendata.aws/amazon-berkeley-objects/

Attribution

Credit for the data, including all images and 3D models, must be given to Amazon.com.

Credit for building the dataset, archives, and benchmark sets must be given to Matthieu Guillaumin, Thomas Dideriksen, Kenan Deng, Himanshu Arora, Jasmine Collins, and Jitendra Malik, with the complete author list in the ABO paper and official documentation.