mattdeitke
commited on
Commit
•
836b41e
1
Parent(s):
361d336
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
---
|
2 |
license: odc-by
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: odc-by
|
3 |
---
|
4 |
+
|
5 |
+
# Objaverse
|
6 |
+
|
7 |
+
Objaverse is a Massive Dataset with 800K+ Annotated 3D Objects.
|
8 |
+
|
9 |
+
More documentation is coming soon. In the meantime, please see our [paper](https://arxiv.org/abs/2212.08051) and [website](https://objaverse.allenai.org/) for additional details.
|
10 |
+
|
11 |
+
# License
|
12 |
+
|
13 |
+
The use of the dataset as a whole is licensed under the [ODC-By v1.0](https://opendatacommons.org/licenses/by/1-0/) license. Individual objects in Objaverse are all licensed as creative commons distributable objects, and may be under the following licenses:
|
14 |
+
|
15 |
+
- [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) - 721K objects
|
16 |
+
- [CC-BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) - 25K objects
|
17 |
+
- [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) - 52K objects
|
18 |
+
- [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) - 16K objects
|
19 |
+
- [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) - 3.5K objects
|
20 |
+
|
21 |
+
The metadata will provide the license for each object.
|
22 |
+
|
23 |
+
# Citation
|
24 |
+
|
25 |
+
To cite Objaverse, please use the following BibTeX entry:
|
26 |
+
|
27 |
+
```bibtex
|
28 |
+
@article{objaverse,
|
29 |
+
title={Objaverse: A Universe of Annotated 3D Objects},
|
30 |
+
author={Matt Deitke and Dustin Schwenk and Jordi Salvador and Luca Weihs and
|
31 |
+
Oscar Michel and Eli VanderBilt and Ludwig Schmidt and
|
32 |
+
Kiana Ehsani and Aniruddha Kembhavi and Ali Farhadi},
|
33 |
+
journal={arXiv preprint arXiv:2212.08051},
|
34 |
+
year={2022}
|
35 |
+
}
|
36 |
+
```
|