Update README.md
Browse files
README.md
CHANGED
|
@@ -50,7 +50,7 @@ model-index:
|
|
| 50 |
value: 0.31295
|
| 51 |
name: mAP@0.5-0.95
|
| 52 |
datasets:
|
| 53 |
-
-
|
| 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/
|
| 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="
|
| 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/
|
| 124 |
-
- [YOLOv11l β UI Groups Detection](https://huggingface.co/
|
| 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 |
|