Borcherding commited on
Commit
8bc9393
·
verified ·
1 Parent(s): c0a680a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ base_model:
10
  - keras-io/CycleGAN
11
  ---
12
 
13
- # CycleGAN_Depth2Robots_Blend Model
14
 
15
  This model transforms depth maps into robot-style images, and also transforms robot-style images into estimated depth maps using CycleGAN architecture.
16
 
@@ -39,7 +39,7 @@ This model transforms depth maps into robot-style images, and also transforms ro
39
 
40
  ```bash
41
  # Clone the repository
42
- git clone https://huggingface.co/Borcherding/cycleGAN_Depth2RobotsV2
43
  cd cycleGAN_Depth2RobotsV2
44
 
45
  # Install dependencies
 
10
  - keras-io/CycleGAN
11
  ---
12
 
13
+ # CycleGAN_Depth2RobotsV2_Blend Model
14
 
15
  This model transforms depth maps into robot-style images, and also transforms robot-style images into estimated depth maps using CycleGAN architecture.
16
 
 
39
 
40
  ```bash
41
  # Clone the repository
42
+ git clone https://huggingface.co/Borcherding/CycleGAN_Depth2RobotsV2_Blend
43
  cd cycleGAN_Depth2RobotsV2
44
 
45
  # Install dependencies