Spaces:
Sleeping
Sleeping
docs: update README.
Browse files- .gitignore +1 -0
- README.md +3 -0
.gitignore
CHANGED
|
@@ -181,3 +181,4 @@ notebooks/
|
|
| 181 |
output/
|
| 182 |
flagged/
|
| 183 |
*.pth
|
|
|
|
|
|
| 181 |
output/
|
| 182 |
flagged/
|
| 183 |
*.pth
|
| 184 |
+
*.pkl
|
README.md
CHANGED
|
@@ -7,8 +7,11 @@ sdk: gradio
|
|
| 7 |
sdk_version: 5.20.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
| 12 |
Official demo for **[Generative Gaussian Splatting for Unbounded 3D City Generation](https://github.com/hzxie/GaussianCity) (CVPR 2025).**
|
| 13 |
|
| 14 |
- 🔥 GaussianCity is a unbounded 3D city generator based on 3D Gaussian Splatting.
|
|
|
|
| 7 |
sdk_version: 5.20.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
short_description: Efficient 3D city generation in seconds!
|
| 11 |
---
|
| 12 |
|
| 13 |
+
IMPORTANT NOTE: We're facing technical difficulties and will resolve them as soon as possible.
|
| 14 |
+
|
| 15 |
Official demo for **[Generative Gaussian Splatting for Unbounded 3D City Generation](https://github.com/hzxie/GaussianCity) (CVPR 2025).**
|
| 16 |
|
| 17 |
- 🔥 GaussianCity is a unbounded 3D city generator based on 3D Gaussian Splatting.
|