Borcherding commited on
Commit
573674f
·
verified ·
1 Parent(s): 3fd0522

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -22,7 +22,9 @@ This model transforms depth maps into robot-style images, and also transforms ro
22
 
23
  ## Model Description
24
 
25
- - This model was trained on depth maps and robot images using CycleGAN architecture
 
 
26
  - It supports bidirectional transformation:
27
  - Depth map → Robot-style imagery
28
  - Robot-style imagery → Depth map
 
22
 
23
  ## Model Description
24
 
25
+ - This model was trained robot images generated with SDXL, and their associated depth maps take with Depth Anything V2:
26
+ [Depth2RobotsV2_Annotations](https://huggingface.co/datasets/Borcherding/Depth2RobotsV2_Annotations)
27
+ - using CycleGAN architecture
28
  - It supports bidirectional transformation:
29
  - Depth map → Robot-style imagery
30
  - Robot-style imagery → Depth map