estellea commited on
Commit
8e42e1c
1 Parent(s): 60d7bde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ This new checkpoint use the depth as one channel compared to the previous versio
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>