Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# LucidDreamer: Towards High-Fidelity Text-to-3D Generation via Interval Score Matching
|
| 2 |
|
| 3 |
-
[Yixun Liang](https://yixunliang.github.io/)
|
| 4 |
|
| 5 |
-
|
| 6 |
\**: Corresponding author.
|
| 7 |
|
| 8 |
[Paper PDF (Arxiv)](https://arxiv.org/abs/2311.11284) | [Project Page (Coming Soon)]()
|
|
@@ -61,4 +74,4 @@ This work is built on many amazing research works and open-source projects:
|
|
| 61 |
- [Stable-Dreamfusion](https://github.com/ashawkey/stable-dreamfusion)
|
| 62 |
- [Point-E](https://github.com/openai/point-e)
|
| 63 |
|
| 64 |
-
Thanks for their excellent work and great contribution to 3D generation area.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: LucidDreamer
|
| 3 |
+
emoji: 👁
|
| 4 |
+
colorFrom: pink
|
| 5 |
+
colorTo: yellow
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.7.1
|
| 8 |
+
app_file: gradio_demo.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
|
| 14 |
# LucidDreamer: Towards High-Fidelity Text-to-3D Generation via Interval Score Matching
|
| 15 |
|
| 16 |
+
[Yixun Liang](https://yixunliang.github.io/)\* [Xin Yang](https://abnervictor.github.io/2023/06/12/Academic-Self-Intro.html)\*, [Jiantao Lin](https://ltt-o.github.io/), [Haodong Li](https://haodong-li.com/), [Xiaogang Xu](https://xiaogang00.github.io), [Yingcong Chen](https://www.yingcong.me)\**
|
| 17 |
|
| 18 |
+
\*: Equal contribution.
|
| 19 |
\**: Corresponding author.
|
| 20 |
|
| 21 |
[Paper PDF (Arxiv)](https://arxiv.org/abs/2311.11284) | [Project Page (Coming Soon)]()
|
|
|
|
| 74 |
- [Stable-Dreamfusion](https://github.com/ashawkey/stable-dreamfusion)
|
| 75 |
- [Point-E](https://github.com/openai/point-e)
|
| 76 |
|
| 77 |
+
Thanks for their excellent work and great contribution to 3D generation area.
|