estellea commited on
Commit
1a92b1c
1 Parent(s): 9b24627

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ For better results, do not hesitate to use [our new checkpoint](https://huggingf
21
  ## Model description
22
 
23
  The abstract from the paper is the following:
24
- This research paper proposes a Latent Diffusion Model for 3D (LDM3D) that generates both image and depth map data from a given text prompt, allowing users to generate RGBD images from text prompts. The LDM3D model is fine-tuned on a dataset of tuples containing an RGB image, depth map and caption, and validated through extensive experiments. We also develop an application called DepthFusion, which uses the generated RGB images and depth maps to create immersive and interactive 360-degree-view experiences using TouchDesigner. This technology has the potential to transform a wide range of industries, from entertainment and gaming to architecture and design. Overall, this paper presents a significant contribution to the field of generative AI and computer vision, and showcases the potential of LDM3D and DepthFusion to revolutionize content creation and digital experiences.
25
 
26
  ![LDM3D overview](model_overview.png)
27
  <font size="2">LDM3D overview taken from [the original paper](https://arxiv.org/abs/2305.10853)</font>
 
21
  ## Model description
22
 
23
  The abstract from the paper is the following:
24
+ This research paper proposes a Latent Diffusion Model for 3D (LDM3D) that generates both image and depth map data from a given text prompt, allowing users to generate RGBD images from text prompts. The LDM3D model is fine-tuned on a dataset of tuples containing an RGB image, depth map and caption, and validated through extensive experiments. We also develop an application called DepthFusion, which uses the img2img pipeline to create immersive and interactive 360-degree-view experiences using TouchDesigner. This technology has the potential to transform a wide range of industries, from entertainment and gaming to architecture and design. Overall, this paper presents a significant contribution to the field of generative AI and computer vision, and showcases the potential of LDM3D and DepthFusion to revolutionize content creation and digital experiences.
25
 
26
  ![LDM3D overview](model_overview.png)
27
  <font size="2">LDM3D overview taken from [the original paper](https://arxiv.org/abs/2305.10853)</font>