From 5829ef116d36c871ce2b9e54a6153dd3856a1561 Mon Sep 17 00:00:00 2001 From: Jingxiang Sun Date: Tue, 22 Apr 2025 19:09:39 +0800 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23088f3..5f7e828 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # DreamCraft3D +deepseek-ai%2FDreamCraft3D | Trendshift + [**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.*

+## News +- 2024.10: We release [DreamCraft3D++](https://dreamcraft3dplus.github.io/), featuring significantly enhanced 3D generation quality and efficiency. + ## Method Overview

@@ -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} +} ```