FrozenBurning
commited on
Commit
·
e6e1b1e
1
Parent(s):
b673cde
Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,53 @@
|
|
2 |
license: other
|
3 |
license_name: license
|
4 |
license_link: LICENSE
|
|
|
|
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: other
|
3 |
license_name: license
|
4 |
license_link: LICENSE
|
5 |
+
language:
|
6 |
+
- en
|
7 |
---
|
8 |
+
# SceneDreamer Model Card
|
9 |
+
|
10 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
+
|
12 |
+
SceneDreamer learns to generate unbounded 3D scenes from in-the-wild 2D image collections.
|
13 |
+
|
14 |
+
Our method can synthesize diverse landscapes across different styles, with 3D consistency, well-defined depth, and free camera trajectory.
|
15 |
+
|
16 |
+
|
17 |
+
## Model Details
|
18 |
+
|
19 |
+
### Model Sources
|
20 |
+
|
21 |
+
<!-- Provide the basic links for the model. -->
|
22 |
+
|
23 |
+
- **Repository:** https://github.com/FrozenBurning/SceneDreamer
|
24 |
+
- **Paper:** https://arxiv.org/abs/2302.01330
|
25 |
+
- **Demo:** https://huggingface.co/spaces/FrozenBurning/SceneDreamer
|
26 |
+
|
27 |
+
## Citation
|
28 |
+
|
29 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
30 |
+
|
31 |
+
**BibTeX:**
|
32 |
+
```
|
33 |
+
@ARTICLE {chen2023sd,
|
34 |
+
author = {Z. Chen and G. Wang and Z. Liu},
|
35 |
+
journal = {IEEE Transactions on Pattern Analysis & Machine Intelligence},
|
36 |
+
title = {SceneDreamer: Unbounded 3D Scene Generation From 2D Image Collections},
|
37 |
+
year = {2023},
|
38 |
+
volume = {45},
|
39 |
+
number = {12},
|
40 |
+
issn = {1939-3539},
|
41 |
+
pages = {15562-15576},
|
42 |
+
keywords = {three-dimensional displays;solid modeling;semantics;cameras;training;rendering (computer graphics);geometry},
|
43 |
+
doi = {10.1109/TPAMI.2023.3321857},
|
44 |
+
publisher = {IEEE Computer Society},
|
45 |
+
address = {Los Alamitos, CA, USA},
|
46 |
+
month = {dec}
|
47 |
+
}
|
48 |
+
```
|
49 |
+
|
50 |
+
## Model Card Contact
|
51 |
+
|
52 |
+
Zhaoxi Chen: [email protected]
|
53 |
+
|
54 |
+
|