Borcherding commited on
Commit
cf4547c
·
verified ·
1 Parent(s): 63d9bdb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
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
- <img src="testOutput/depth2image/custom_real.png" alt="depth map" title="depth map" width="45%">
13
- <img src="testOutput/depth2image/custom_fake.png" alt="stylized depth map" title="stylized depth map" width="45%">
14
- <br/>
15
- <img src="testOutput/image2depth/custom_real.png" alt="depth map" title="depth map" width="45%">
16
- <img src="testOutput/image2depth/custom_fake.png" alt="stylized depth map" title="stylized depth map" width="45%">
 
 
 
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