Update README.md
Browse files
README.md
CHANGED
@@ -8,12 +8,15 @@ tags:
|
|
8 |
# Depth2Robot GAN Model
|
9 |
|
10 |
This model transforms depth maps into robot-style images using CycleGAN.
|
11 |
-
<div style="display: flex; justify-content: center;">
|
12 |
-
<
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
<
|
|
|
|
|
|
|
17 |
</div>
|
18 |
## Model Description
|
19 |
|
|
|
8 |
# Depth2Robot GAN Model
|
9 |
|
10 |
This model transforms depth maps into robot-style images using CycleGAN.
|
11 |
+
<div style="display: flex; flex-wrap: wrap; justify-content: center;">
|
12 |
+
<div style="display: flex; width: 100%; justify-content: center; margin-bottom: 10px;">
|
13 |
+
<img src="testOutput/depth2image/custom_real.png" alt="depth map" title="depth map" width="45%">
|
14 |
+
<img src="testOutput/depth2image/custom_fake.png" alt="stylized depth map" title="stylized depth map" width="45%">
|
15 |
+
</div>
|
16 |
+
<div style="display: flex; width: 100%; justify-content: center;">
|
17 |
+
<img src="testOutput/image2depth/custom_real.png" alt="depth map" title="depth map" width="45%">
|
18 |
+
<img src="testOutput/image2depth/custom_fake.png" alt="stylized depth map" title="stylized depth map" width="45%">
|
19 |
+
</div>
|
20 |
</div>
|
21 |
## Model Description
|
22 |
|