suvadityamuk HF Staff commited on
Commit
9c52072
·
verified ·
1 Parent(s): 22ae84c

add dataset card with explicit CC BY 4.0 licensing

Browse files
Files changed (1) hide show
  1. README.md +134 -0
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: Amazon Berkeley Objects (ABO)
4
+ source_datasets:
5
+ - original
6
+ task_categories:
7
+ - image-classification
8
+ - image-to-3d
9
+ tags:
10
+ - amazon
11
+ - products
12
+ - 3d
13
+ - images
14
+ - ecommerce
15
+ - abo
16
+ configs:
17
+ - config_name: mvr
18
+ data_files:
19
+ - split: train
20
+ path: mvr/train-*.parquet
21
+ - config_name: listings
22
+ data_files:
23
+ - split: train
24
+ path: listings/train-*.parquet
25
+ - config_name: part_labels
26
+ data_files:
27
+ - split: train
28
+ path: part_labels/train-*.parquet
29
+ - config_name: images_small
30
+ data_files:
31
+ - split: train
32
+ path: images_small/train-*.parquet
33
+ - config_name: spins
34
+ data_files:
35
+ - split: train
36
+ path: spins/train-*.parquet
37
+ - config_name: images_original
38
+ data_files:
39
+ - split: train
40
+ path: images_original/train-*.parquet
41
+ - config_name: models_3d
42
+ data_files:
43
+ - split: train
44
+ path: models_3d/train-*.parquet
45
+ - config_name: benchmark_material
46
+ data_files:
47
+ - split: train
48
+ path: benchmark_material/train-*.parquet
49
+ - config_name: objects
50
+ default: true
51
+ data_files:
52
+ - split: train
53
+ path: objects/train-*.parquet
54
+ ---
55
+
56
+ # Amazon Berkeley Objects (ABO)
57
+
58
+ A Hugging Face packaging of the **Amazon Berkeley Objects (ABO)** dataset. The
59
+ data content is the official CC BY 4.0 release from
60
+ <https://amazon-berkeley-objects.s3.amazonaws.com/index.html>. This mirror
61
+ changes only the packaging: metadata and media are grouped into typed Parquet
62
+ shards using the `datasets` `Image()` and `Mesh()` features so the Hugging Face
63
+ Dataset Viewer and `datasets` streaming APIs can consume them.
64
+
65
+ ## Configs
66
+
67
+ | Config | Row unit | Main fields |
68
+ | --- | --- | --- |
69
+ | `objects` (default) | One product | Listing summary, foreign keys, modality flags |
70
+ | `listings` | One product listing | Typed fields plus lossless `raw_listing_json` |
71
+ | `images_small` | One catalog image | 256 px `Image()`, `image_id`, dimensions, path |
72
+ | `images_original` | One catalog image | Original-resolution `Image()`, dimensions, path |
73
+ | `spins` | One turntable frame | `Image()`, `spin_id`, `image_id`, `azimuth` |
74
+ | `models_3d` | One 3D product | Native `Mesh()` GLB and geometry/material stats |
75
+ | `part_labels` | One part mesh | Byte-exact `source_obj` plus converted `Mesh()` GLB |
76
+ | `benchmark_material` | One model-viewpoint file | Render/material `Image()` or EXR `blob`, `kind` |
77
+ | `mvr` | One retrieval example | Official CVPR22 multi-view-retrieval split columns |
78
+
79
+ Native 3D preview uses the `Mesh()` feature and requires a recent `datasets`
80
+ release with mesh support.
81
+
82
+ ## Licensing
83
+
84
+ This work is licensed under the **Creative Commons Attribution 4.0 International
85
+ Public License (CC BY 4.0)**. A verbatim copy is provided in
86
+ [`LICENSE-CC-BY-4.0.txt`](./LICENSE-CC-BY-4.0.txt); see also
87
+ <https://creativecommons.org/licenses/by/4.0/>.
88
+
89
+ Under the following terms:
90
+
91
+ - **Attribution** — You must give appropriate credit, provide a link to the
92
+ license, and indicate if changes were made. You may do so in any reasonable
93
+ manner, but not in any way that suggests the licensor endorses you or your use.
94
+ - **No additional restrictions** — You may not apply legal terms or
95
+ technological measures that legally restrict others from doing anything the
96
+ license permits.
97
+
98
+ **Changes made:** the original release was repackaged into typed Parquet shards
99
+ (`Image()`/`Mesh()` features) for the Hugging Face Dataset Viewer and
100
+ `datasets`. No underlying data content was altered.
101
+
102
+ > Note: the source S3 bucket root also contains a `LICENSE-CC-BY-NC-4.0.txt`
103
+ > file, but the official ABO download page licenses the released archives under
104
+ > **CC BY 4.0**, which is the license applied and mirrored here.
105
+
106
+ ## Attribution
107
+
108
+ Credit for the data, including all images and 3D models, must be given to:
109
+
110
+ > Amazon.com
111
+
112
+ Credit for building the dataset, archives and benchmark sets must be given to:
113
+
114
+ > Matthieu Guillaumin (Amazon.com), Thomas Dideriksen (Amazon.com),
115
+ > Kenan Deng (Amazon.com), Himanshu Arora (Amazon.com), Arnab Dhua (Amazon.com),
116
+ > Xi (Brian) Zhang (Amazon.com), Tomas Yago-Vicente (Amazon.com),
117
+ > Jasmine Collins (UC Berkeley), Shubham Goel (UC Berkeley),
118
+ > Jitendra Malik (UC Berkeley).
119
+
120
+ No endorsement by Amazon.com or UC Berkeley of this mirror is claimed or implied.
121
+
122
+ ## Citation
123
+
124
+ ```bibtex
125
+ @article{collins2022abo,
126
+ title={ABO: Dataset and Benchmarks for Real-World 3D Object Understanding},
127
+ author={Collins, Jasmine and Goel, Shubham and Deng, Kenan and Luthra, Achleshwar and
128
+ Xu, Leon and Gundogdu, Erhan and Zhang, Xi and Yago Vicente, Tomas F and
129
+ Dideriksen, Thomas and Arora, Himanshu and Guillaumin, Matthieu and
130
+ Malik, Jitendra},
131
+ journal={CVPR},
132
+ year={2022}
133
+ }
134
+ ```