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

This commit is contained in:
Jingxiang Sun 2025-04-22 19:09:39 +08:00 committed by GitHub
parent 644dca4411
commit 5829ef116d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,7 @@
# 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)
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">
</p>
## News
- 2024.10: We release [DreamCraft3D++](https://dreamcraft3dplus.github.io/), featuring significantly enhanced 3D generation quality and efficiency.
## Method Overview
<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).
## Related links
- [DreamCraft3D++](https://dreamcraft3dplus.github.io/)
- [DreamFusion](https://dreamfusion3d.github.io/)
- [Magic3D](https://research.nvidia.com/labs/dir/magic3d/)
- [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},
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}
}
```