CoolFace
Datasetpublic

suvadityamuk/amazon-berkeley-objects

Amazon Berkeley Objects (ABO) A Hugging Face packaging of the Amazon Berkeley Objects (ABO) dataset. The data content is the official CC BY 4.0 release from https://amazon-berkeley-objects.s3.amazonaws.com/index.html. This mirror changes only the packaging: files are grouped into typed Parquet shards, and every original media file is preserved byte-for-byte and never transcoded. Images use the datasets Image() feature, 3D product models use the native Mesh() feature (original… See the full description on the dataset page: https://huggingface.co/datasets/suvadityamuk/amazon-berkeley-objects.

sourceHugging Facecc-by-4.0updated 1mo agoView on Hugging Face
6likes6kdownloads
Dataset Card

Amazon Berkeley Objects (ABO)

A Hugging Face packaging of the Amazon Berkeley Objects (ABO) dataset. The data content is the official CC BY 4.0 release from <https://amazon-berkeley-objects.s3.amazonaws.com/index.html>. This mirror changes only the packaging: files are grouped into typed Parquet shards, and every original media file is preserved byte-for-byte and never transcoded. Images use the datasets Image() feature, 3D product models use the native Mesh() feature (original GLB bytes), and part-label meshes are kept in their original .obj format — so the Hugging Face Dataset Viewer and datasets streaming APIs can consume them.

Configs

ConfigRow unitMain fields
objects (default)One productListing summary, foreign keys, modality flags
listingsOne product listingTyped fields plus lossless raw_listing_json
images_smallOne catalog image256 px Image(), image_id, dimensions, path
images_originalOne catalog imageOriginal-resolution Image(), dimensions, path
spinsOne turntable frameImage(), spin_id, image_id, azimuth
models_3dOne 3D productNative Mesh() GLB and geometry/material stats
part_labelsOne part fileOriginal .obj part-mesh bytes (verbatim) or relation.json; keyed by item_id/part_id
benchmark_materialOne model-viewpoint fileRender/material Image() or EXR blob, kind
mvrOne retrieval exampleOfficial CVPR22 multi-view-retrieval split columns

models_3d uses the native Mesh() feature (requires a recent datasets release with mesh support). Part-label meshes are stored in their original .obj format under part_labels, alongside each item's relation.json. Note: the Hugging Face Dataset Viewer does not yet render the `Mesh` feature; 3D models can still be previewed via the Hub's per-file viewer and loaded through datasets.

Licensing

This work is licensed under the Creative Commons Attribution 4.0 International Public License (CC BY 4.0). A verbatim copy is provided in `LICENSE-CC-BY-4.0.txt`; see also <https://creativecommons.org/licenses/by/4.0/>.

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

Changes made: the original release was repackaged into typed Parquet shards (Image()/Mesh() features) for the Hugging Face Dataset Viewer and datasets. No underlying data content was altered.

Note: the source S3 bucket root also contains a LICENSE-CC-BY-NC-4.0.txt file, but the official ABO download page licenses the released archives under CC BY 4.0, which is the license applied and mirrored here.

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 (Amazon.com), Thomas Dideriksen (Amazon.com), Kenan Deng (Amazon.com), Himanshu Arora (Amazon.com), Arnab Dhua (Amazon.com), Xi (Brian) Zhang (Amazon.com), Tomas Yago-Vicente (Amazon.com), Jasmine Collins (UC Berkeley), Shubham Goel (UC Berkeley), Jitendra Malik (UC Berkeley).

No endorsement by Amazon.com or UC Berkeley of this mirror is claimed or implied.

Citation

bibtex
@article{collins2022abo,
  title={ABO: Dataset and Benchmarks for Real-World 3D Object Understanding},
  author={Collins, Jasmine and Goel, Shubham and Deng, Kenan and Luthra, Achleshwar and
          Xu, Leon and Gundogdu, Erhan and Zhang, Xi and Yago Vicente, Tomas F and
          Dideriksen, Thomas and Arora, Himanshu and Guillaumin, Matthieu and
          Malik, Jitendra},
  journal={CVPR},
  year={2022}
}