mattdeitke
commited on
Commit
•
bbf736b
1
Parent(s):
a2ad701
Update README.md
Browse files
README.md
CHANGED
@@ -7,9 +7,11 @@ viewer: false
|
|
7 |
|
8 |
# Objaverse-XL
|
9 |
|
10 |
-
|
|
|
|
|
11 |
|
12 |
-
|
13 |
|
14 |
## Citation
|
15 |
|
@@ -27,3 +29,16 @@ To cite Objaverse-XL, please use the following BibTeX entry:
|
|
27 |
year={2023}
|
28 |
}
|
29 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
# Objaverse-XL
|
9 |
|
10 |
+
Objaverse-XL is a Universe of 10M+ 3D Objects. Please see [our paper](https://arxiv.org/abs/2307.05663) for more details!
|
11 |
+
|
12 |
+
<img src="https://mattdeitke.com/static/1cdcdb2ef7033e177ca9ae2975a9b451/9c1ca/objaverse-xl.webp">
|
13 |
|
14 |
+
Uploading is currently in progress!
|
15 |
|
16 |
## Citation
|
17 |
|
|
|
29 |
year={2023}
|
30 |
}
|
31 |
```
|
32 |
+
|
33 |
+
Objaverse 1.0 is available on 🤗Hugging Face at [@allenai/objaverse](https://huggingface.co/datasets/allenai/objaverse). To cite it, use:
|
34 |
+
|
35 |
+
```bibtex
|
36 |
+
@article{objaverse,
|
37 |
+
title={Objaverse: A Universe of Annotated 3D Objects},
|
38 |
+
author={Matt Deitke and Dustin Schwenk and Jordi Salvador and Luca Weihs and
|
39 |
+
Oscar Michel and Eli VanderBilt and Ludwig Schmidt and
|
40 |
+
Kiana Ehsani and Aniruddha Kembhavi and Ali Farhadi},
|
41 |
+
journal={arXiv preprint arXiv:2212.08051},
|
42 |
+
year={2022}
|
43 |
+
}
|
44 |
+
```
|