Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ base_model:
|
|
10 |
- keras-io/CycleGAN
|
11 |
---
|
12 |
|
13 |
-
#
|
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/
|
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
|