mattdeitke
commited on
Commit
•
b6019be
1
Parent(s):
d69bd7b
Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,28 @@ A ton more examples in the [📝 paper](https://arxiv.org/abs/2307.05663) :)
|
|
36 |
|
37 |
<img src="https://github.com/allenai/objaverse-rendering/assets/28768645/8470e4df-e39d-444b-9871-58fbee4b87fd">
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
## Citation
|
40 |
|
41 |
To cite Objaverse-XL, please cite our [📝 arXiv](https://arxiv.org/abs/2307.05663) paper with the following BibTeX entry:
|
|
|
36 |
|
37 |
<img src="https://github.com/allenai/objaverse-rendering/assets/28768645/8470e4df-e39d-444b-9871-58fbee4b87fd">
|
38 |
|
39 |
+
## Image → 3D
|
40 |
+
|
41 |
+
With the base Zero123-XL foundation model, we can perform image → 3D using [DreamFusion](https://arxiv.org/abs/2209.14988), having the model guide a NeRF to generate novel views!
|
42 |
+
|
43 |
+
<video autoplay controls muted>
|
44 |
+
<source src="https://github.com/allenai/objaverse-rendering/assets/28768645/17981b67-5f43-4619-b4b6-aeb79fb9c1e2" type="video/mp4">
|
45 |
+
</video>
|
46 |
+
|
47 |
+
## Text → 3D
|
48 |
+
|
49 |
+
Text-to-3D comes for free with text → image models, such as with SDXL here, providing the initial image!
|
50 |
+
|
51 |
+
<video autoplay controls muted>
|
52 |
+
<source src="https://github.com/allenai/objaverse-rendering/assets/28768645/10d621b5-b4ee-45dd-88c9-19e529fcecd4" type="video/mp4">
|
53 |
+
</video>
|
54 |
+
|
55 |
+
## Scaling Trends
|
56 |
+
|
57 |
+
Beyond that, we show strong scaling trends for both Zero123-XL and [PixelNeRF](https://arxiv.org/abs/2012.02190)!
|
58 |
+
|
59 |
+
<img src="https://github.com/allenai/objaverse-rendering/assets/28768645/0c8bb433-27df-43a1-8cb8-1772007c0899">
|
60 |
+
|
61 |
## Citation
|
62 |
|
63 |
To cite Objaverse-XL, please cite our [📝 arXiv](https://arxiv.org/abs/2307.05663) paper with the following BibTeX entry:
|