Update README.md
Browse files
README.md
CHANGED
@@ -165,7 +165,7 @@ def download_model(direction="depth2image"):
|
|
165 |
filename = "latest_net_G_B.pth"
|
166 |
|
167 |
model_path = hf_hub_download(
|
168 |
-
repo_id="Borcherding/
|
169 |
filename=filename
|
170 |
)
|
171 |
return model_path
|
@@ -251,7 +251,7 @@ The model checkpoints are available on Hugging Face:
|
|
251 |
|
252 |
## Integration with Depth Anything V2
|
253 |
|
254 |
-
The integrated application (`
|
255 |
|
256 |
1. Capture webcam input
|
257 |
2. Generate depth maps with Depth Anything V2
|
|
|
165 |
filename = "latest_net_G_B.pth"
|
166 |
|
167 |
model_path = hf_hub_download(
|
168 |
+
repo_id="Borcherding/CycleGAN_Depth2RobotsV2_Blend",
|
169 |
filename=filename
|
170 |
)
|
171 |
return model_path
|
|
|
251 |
|
252 |
## Integration with Depth Anything V2
|
253 |
|
254 |
+
The integrated application (`discordDepth2AnythingGAN.py`) also leverages [Depth Anything V2](https://github.com/depth-anything/Depth-Anything-V2) for real-time depth estimation, providing a complete pipeline:
|
255 |
|
256 |
1. Capture webcam input
|
257 |
2. Generate depth maps with Depth Anything V2
|