estellea commited on
Commit
edc0f9a
1 Parent(s): 601809f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -16,6 +16,8 @@ The LDM3D model was proposed in ["LDM3D: Latent Diffusion Model for 3D"](https:/
16
 
17
  LDM3D got accepted to [CVPRW'23]([https://aaai.org/Conferences/AAAI-23/](https://cvpr2023.thecvf.com/)).
18
 
 
 
19
  ## Model description
20
 
21
  The abstract from the paper is the following:
@@ -52,7 +54,7 @@ depth_image[0].save(name+"_ldm3d_depth.png")
52
 
53
  This is the result:
54
 
55
- ![ldm3d_results](ldm3d_results.png)
56
 
57
 
58
  ### Limitations and bias
 
16
 
17
  LDM3D got accepted to [CVPRW'23]([https://aaai.org/Conferences/AAAI-23/](https://cvpr2023.thecvf.com/)).
18
 
19
+ This new checkpoint use the depth as one channel compared to the previous version.
20
+
21
  ## Model description
22
 
23
  The abstract from the paper is the following:
 
54
 
55
  This is the result:
56
 
57
+ ![ldm3d_results](ldm3d_4c_results.png)
58
 
59
 
60
  ### Limitations and bias