docs: update README
Browse files
README.md
CHANGED
@@ -1,5 +1,35 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: slab-license
|
4 |
-
license_link: LICENSE
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: slab-license-1.0
|
4 |
+
license_link: LICENSE
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- 3d-generation
|
9 |
+
- city-generation
|
10 |
+
- 3d-aigc
|
11 |
+
pipeline_tag: text-to-3d
|
12 |
+
---
|
13 |
+
|
14 |
+
<style>
|
15 |
+
h1, h2 {margin: 20px 0 10px}
|
16 |
+
p {margin: 0 0 5px}
|
17 |
+
img {display: inline-block; margin: 0}
|
18 |
+
</style>
|
19 |
+
|
20 |
+
# GaussianCity: Generative Gaussian Splatting for Unbounded 3D City Generation
|
21 |
+
|
22 |
+
[Haozhe Xie](https://haozhexie.com/about), [Zhaoxi Chen](https://frozenburning.github.io/), [Fangzhou Hong](https://hongfz16.github.io/), [Ziwei Liu](https://liuziwei7.github.io/)
|
23 |
+
|
24 |
+
S-Lab, Nanyang Technological University
|
25 |
+
|
26 |
+

|
27 |
+
[](https://arxiv.org/abs/2406.06526)
|
28 |
+
[](https://huggingface.co/spaces/hzxie/gaussian-city)
|
29 |
+
[](https://youtu.be/anDwIXlfjUA)
|
30 |
+
[](https://github.com/hzxie/GaussianCity)
|
31 |
+
[](https://twitter.com/zjhzxhz)
|
32 |
+
|
33 |
+
## License
|
34 |
+
|
35 |
+
This project is licensed under [NTU S-Lab License 1.0](https://huggingface.co/hzxie/gaussian-city/blob/main/LICENSE). Redistribution and use should follow this license.
|