Object Detection
ultralytics
Eval Results
πŸ‡ͺπŸ‡Ί Region: EU
hellcaster commited on
Commit
1569bb3
Β·
verified Β·
1 Parent(s): 809f39f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -50,7 +50,7 @@ model-index:
50
  value: 0.31295
51
  name: mAP@0.5-0.95
52
  datasets:
53
- - MacPaw/Screen2AX-Element
54
  license: agpl-3.0
55
  ---
56
 
@@ -77,7 +77,7 @@ This model detects common interactive components typically surfaced in accessibi
77
 
78
  ## πŸ—‚ Dataset
79
 
80
- - Training data: [`MacPaw/Screen2AX-Element`](https://huggingface.co/datasets/MacPaw/Screen2AX-Element)
81
 
82
  ---
83
 
@@ -97,7 +97,7 @@ from ultralytics import YOLO
97
 
98
  # Download the model
99
  model_path = hf_hub_download(
100
- repo_id="MacPaw/yolov11l-ui-elements-detection",
101
  filename="ui-elements-detection.pt",
102
  )
103
 
@@ -120,8 +120,8 @@ This model is licensed under the **GNU Affero General Public License v3.0 (AGPL-
120
  ## πŸ”— Related Projects
121
 
122
  - [Screen2AX Project](https://github.com/MacPaw/Screen2AX)
123
- - [Screen2AX HuggingFace Collection](https://huggingface.co/collections/MacPaw/screen2ax-687dfe564d50f163020378b8)
124
- - [YOLOv11l β€” UI Groups Detection](https://huggingface.co/MacPaw/yolov11l-ui-groups-detection)
125
 
126
  ---
127
 
 
50
  value: 0.31295
51
  name: mAP@0.5-0.95
52
  datasets:
53
+ - macpaw-research/Screen2AX-Element
54
  license: agpl-3.0
55
  ---
56
 
 
77
 
78
  ## πŸ—‚ Dataset
79
 
80
+ - Training data: [`MacPaw/Screen2AX-Element`](https://huggingface.co/datasets/macpaw-research/Screen2AX-Element)
81
 
82
  ---
83
 
 
97
 
98
  # Download the model
99
  model_path = hf_hub_download(
100
+ repo_id="macpaw-research/yolov11l-ui-elements-detection",
101
  filename="ui-elements-detection.pt",
102
  )
103
 
 
120
  ## πŸ”— Related Projects
121
 
122
  - [Screen2AX Project](https://github.com/MacPaw/Screen2AX)
123
+ - [Screen2AX HuggingFace Collection](https://huggingface.co/collections/macpaw-research/screen2ax)
124
+ - [YOLOv11l β€” UI Groups Detection](https://huggingface.co/macpaw-research/yolov11l-ui-groups-detection)
125
 
126
  ---
127