mirror of
https://github.com/deepseek-ai/DreamCraft3D.git
synced 2025-04-25 21:19:16 -04:00
Update README.md
Some checks failed
Semgrep / Scan (push) Has been cancelled
DevSkim / DevSkim (push) Has been cancelled
Anchore Grype vulnerability scan / Anchore-Build-Scan (push) Has been cancelled
Codacy Security Scan / Codacy Security Scan (push) Has been cancelled
Pylint / build (3.10) (push) Has been cancelled
Pylint / build (3.8) (push) Has been cancelled
Pylint / build (3.9) (push) Has been cancelled
Pysa / pysa (push) Has been cancelled
Some checks failed
Semgrep / Scan (push) Has been cancelled
DevSkim / DevSkim (push) Has been cancelled
Anchore Grype vulnerability scan / Anchore-Build-Scan (push) Has been cancelled
Codacy Security Scan / Codacy Security Scan (push) Has been cancelled
Pylint / build (3.10) (push) Has been cancelled
Pylint / build (3.8) (push) Has been cancelled
Pylint / build (3.9) (push) Has been cancelled
Pysa / pysa (push) Has been cancelled
This commit is contained in:
parent
644dca4411
commit
5829ef116d
13
README.md
13
README.md
@ -1,5 +1,7 @@
|
|||||||
# DreamCraft3D
|
# DreamCraft3D
|
||||||
|
|
||||||
|
<a href="https://trendshift.io/repositories/4231" target="_blank"><img src="https://trendshift.io/api/badge/repositories/4231" alt="deepseek-ai%2FDreamCraft3D | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||||
|
|
||||||
[**Paper**](https://arxiv.org/abs/2310.16818) | [**Project Page**](https://mrtornado24.github.io/DreamCraft3D/) | [**Youtube video**](https://www.youtube.com/watch?v=0FazXENkQms) | [**Replicate demo**](https://replicate.com/jd7h/dreamcraft3d)
|
[**Paper**](https://arxiv.org/abs/2310.16818) | [**Project Page**](https://mrtornado24.github.io/DreamCraft3D/) | [**Youtube video**](https://www.youtube.com/watch?v=0FazXENkQms) | [**Replicate demo**](https://replicate.com/jd7h/dreamcraft3d)
|
||||||
|
|
||||||
Official implementation of DreamCraft3D: Hierarchical 3D Generation with Bootstrapped Diffusion Prior
|
Official implementation of DreamCraft3D: Hierarchical 3D Generation with Bootstrapped Diffusion Prior
|
||||||
@ -22,6 +24,9 @@ renderings, advancing the state-of-the-art in 3D content generation.*
|
|||||||
<img src="assets/repo_static_v2.png">
|
<img src="assets/repo_static_v2.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
## News
|
||||||
|
- 2024.10: We release [DreamCraft3D++](https://dreamcraft3dplus.github.io/), featuring significantly enhanced 3D generation quality and efficiency.
|
||||||
|
|
||||||
|
|
||||||
## Method Overview
|
## Method Overview
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@ -189,7 +194,7 @@ Visualization of the example OBJ File.
|
|||||||
This code is built on the amazing open-source projects [threestudio-project](https://github.com/threestudio-project/threestudio) and [stable-dreamfusion](https://github.com/ashawkey/stable-dreamfusion).
|
This code is built on the amazing open-source projects [threestudio-project](https://github.com/threestudio-project/threestudio) and [stable-dreamfusion](https://github.com/ashawkey/stable-dreamfusion).
|
||||||
|
|
||||||
## Related links
|
## Related links
|
||||||
|
- [DreamCraft3D++](https://dreamcraft3dplus.github.io/)
|
||||||
- [DreamFusion](https://dreamfusion3d.github.io/)
|
- [DreamFusion](https://dreamfusion3d.github.io/)
|
||||||
- [Magic3D](https://research.nvidia.com/labs/dir/magic3d/)
|
- [Magic3D](https://research.nvidia.com/labs/dir/magic3d/)
|
||||||
- [Make-it-3D](https://make-it-3d.github.io/)
|
- [Make-it-3D](https://make-it-3d.github.io/)
|
||||||
@ -206,4 +211,10 @@ This code is built on the amazing open-source projects [threestudio-project](htt
|
|||||||
journal={arXiv preprint arXiv:2310.16818},
|
journal={arXiv preprint arXiv:2310.16818},
|
||||||
year={2023}
|
year={2023}
|
||||||
}
|
}
|
||||||
|
@article{sun2024dreamcraft3d++,
|
||||||
|
title={DreamCraft3D++: Efficient Hierarchical 3D Generation with Multi-Plane Reconstruction Model},
|
||||||
|
author={Sun, Jingxiang and Peng, Cheng and Shao, Ruizhi and Guo, Yuan-Chen and Zhao, Xiaochen and Li, Yangguang and Cao, Yanpei and Zhang, Bo and Liu, Yebin},
|
||||||
|
journal={arXiv preprint arXiv:2410.12928},
|
||||||
|
year={2024}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user