Borcherding commited on
Commit
20d983a
·
verified ·
1 Parent(s): 2ba1175

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/cycleGAN_Depth2RobotsV2",
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 (`integrated-depth-cyclegan.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
 
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