From 5829ef116d36c871ce2b9e54a6153dd3856a1561 Mon Sep 17 00:00:00 2001
From: Jingxiang Sun
+
[**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.*
@@ -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} +} ```