Update README.md
Browse files
README.md
CHANGED
@@ -15,11 +15,11 @@ This model transforms Gradient Magnitude maps into coral reef style images, and
|
|
15 |
<div style="display: flex; flex-wrap: wrap; justify-content: center;">
|
16 |
<div style="display: flex; width: 100%; justify-content: center; margin-bottom: 10px;">
|
17 |
<img src="sample/a2b_in.png" alt="depth map" title="Depth Map (Input)" width="45%">
|
18 |
-
<img src="sample/
|
19 |
</div>
|
20 |
<div style="display: flex; width: 100%; justify-content: center;">
|
21 |
-
<img src="
|
22 |
-
<img src="
|
23 |
</div>
|
24 |
</div>
|
25 |
|
|
|
15 |
<div style="display: flex; flex-wrap: wrap; justify-content: center;">
|
16 |
<div style="display: flex; width: 100%; justify-content: center; margin-bottom: 10px;">
|
17 |
<img src="sample/a2b_in.png" alt="depth map" title="Depth Map (Input)" width="45%">
|
18 |
+
<img src="sample/a2b_out.png" alt="robot-style image" title="Robot-Style Image (Output)" width="45%">
|
19 |
</div>
|
20 |
<div style="display: flex; width: 100%; justify-content: center;">
|
21 |
+
<img src="sample/b2a_in.png" alt="robot-style image" title="Robot-Style Image (Input)" width="45%">
|
22 |
+
<img src="sample/b2a_out.png" alt="depth map" title="Depth Map (Output)" width="45%">
|
23 |
</div>
|
24 |
</div>
|
25 |
|