estellea commited on
Commit
c0f2950
1 Parent(s): 6dbb597

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -14
README.md CHANGED
@@ -10,28 +10,21 @@ language:
10
  - en
11
  ---
12
 
13
- # LDM3D model
14
 
15
- The LDM3D model was proposed in ["LDM3D: Latent Diffusion Model for 3D"](https://arxiv.org/abs/2305.10853) by Gabriela Ben Melech Stan, Diana Wofk, Scottie Fox, Alex Redden, Will Saxton, Jean Yu, Estelle Aflalo, Shao-Yen Tseng, Fabio Nonato, Matthias Muller, Vasudev Lal.
16
 
17
- LDM3D got accepted to [CVPRW'23]([https://aaai.org/Conferences/AAAI-23/](https://cvpr2023.thecvf.com/)).
18
 
19
- This checkpoint has been finetuned on panoramic images (see how we finetuned below).
20
- A demo using this checkpoint has been open-sourced in [this space](https://huggingface.co/spaces/Intel/ldm3d)
21
 
22
- ## Model description
23
-
24
- The abstract from the paper is the following:
25
- 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.
26
 
27
  ![LDM3D overview](model_overview.png)
28
  <font size="2">LDM3D overview taken from [the original paper](https://arxiv.org/abs/2305.10853)</font>
29
 
30
- ## Intended uses
31
-
32
- You can use this model to generate RGB and depth map given a text prompt.
33
- A short video summarizing the approach can be found at [this url](https://t.ly/tdi2) and a VR demo can be found [here](https://www.youtube.com/watch?v=3hbUo-hwAs0).
34
- A demo is also accessible on [Spaces](https://huggingface.co/spaces/Intel/ldm3d)
35
 
36
  ### How to use
37
 
 
10
  - en
11
  ---
12
 
13
+ # LDM3D-VR model
14
 
15
+ The LDM3D model was proposed in ["LDM3D-VR: Latent Diffusion Model for 3D"](https://arxiv.org/pdf/2311.03226.pdf) by Gabriela Ben Melech Stan, Diana Wofk, Estelle Aflalo, Shao-Yen Tseng, Zhipeng Cai, Michael Paulitsch, Vasudev Lal.
16
 
17
+ LDM3D got accepted to [NeurIPS Workshop'23 on Diffusion Models][https://neurips.cc/virtual/2023/workshop/66539].
18
 
19
+ This new checkpoint related to the upscaler called LDM3D-sr.
 
20
 
21
+ # Model description
22
+ The abstract from the paper is the following: Latent diffusion models have proven to be state-of-the-art in the creation and manipulation of visual outputs. However, as far as we know, the generation of depth maps jointly with RGB is still limited. We introduce LDM3D-VR, a suite of diffusion models targeting virtual reality development that includes LDM3D-pano
23
+ and LDM3D-SR. These models enable the generation of panoramic RGBD based on textual prompts and the upscaling of low-resolution inputs to high-resolution RGBD, respectively. Our models are fine-tuned from existing pretrained models on datasets containing panoramic/high-resolution RGB images, depth maps and captions. Both models are evaluated in comparison to existing related methods.
 
24
 
25
  ![LDM3D overview](model_overview.png)
26
  <font size="2">LDM3D overview taken from [the original paper](https://arxiv.org/abs/2305.10853)</font>
27
 
 
 
 
 
 
28
 
29
  ### How to use
30