Update README.md
Browse files
README.md
CHANGED
@@ -34,3 +34,14 @@ upscaled_rgb, upscaled_depth =outputs.rgb[0], outputs.depth[0]
|
|
34 |
upscaled_rgb.save(f"upscaled_lemons_rgb.png")
|
35 |
upscaled_depth.save(f"upscaled_lemons_depth.png")
|
36 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
upscaled_rgb.save(f"upscaled_lemons_rgb.png")
|
35 |
upscaled_depth.save(f"upscaled_lemons_depth.png")
|
36 |
```
|
37 |
+
|
38 |
+
|
39 |
+
## Results
|
40 |
+
|
41 |
+
Output of ldm3d-4c | Upscaled output
|
42 |
+
:-------------------------:|:-------------------------:
|
43 |
+
![ldm3d_rgb_results](lemons_ldm3d_rgb.jpg) | ![ldm3d_sr_rgb_results](upscaled_lemons_rgb.png)
|
44 |
+
![ldm3d_depth_results](lemons_ldm3d_depth.png) | ![ldm3d_sr_depth_results](upscaled_lemons_depth.png)
|
45 |
+
|
46 |
+
|
47 |
+
|