Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
- pytorch
|
| 13 |
- ui
|
| 14 |
datasets:
|
| 15 |
-
-
|
| 16 |
license: agpl-3.0
|
| 17 |
---
|
| 18 |
|
|
@@ -39,7 +39,7 @@ This model detects higher-level UI groupings that are commonly used to structure
|
|
| 39 |
|
| 40 |
## π Dataset
|
| 41 |
|
| 42 |
-
- **Training data:** [`
|
| 43 |
|
| 44 |
---
|
| 45 |
|
|
@@ -59,7 +59,7 @@ from ultralytics import YOLO
|
|
| 59 |
|
| 60 |
# Download the model from the Hugging Face Hub
|
| 61 |
model_path = hf_hub_download(
|
| 62 |
-
repo_id="
|
| 63 |
filename="ui-groups-detection.pt"
|
| 64 |
)
|
| 65 |
|
|
@@ -82,8 +82,8 @@ This model is licensed under the **GNU Affero General Public License v3.0 (AGPL-
|
|
| 82 |
## π Related Projects
|
| 83 |
|
| 84 |
- [Screen2AX Project](https://github.com/MacPaw/Screen2AX)
|
| 85 |
-
- [Screen2AX HuggingFace Collection](https://
|
| 86 |
-
- [YOLOv11l β UI Elements Detection](https://huggingface.co/
|
| 87 |
|
| 88 |
---
|
| 89 |
|
|
|
|
| 12 |
- pytorch
|
| 13 |
- ui
|
| 14 |
datasets:
|
| 15 |
+
- macpaw-research/Screen2AX-Group
|
| 16 |
license: agpl-3.0
|
| 17 |
---
|
| 18 |
|
|
|
|
| 39 |
|
| 40 |
## π Dataset
|
| 41 |
|
| 42 |
+
- **Training data:** [`macpaw-research/Screen2AX-Group`](https://huggingface.co/datasets/macpaw-research/Screen2AX-Group)
|
| 43 |
|
| 44 |
---
|
| 45 |
|
|
|
|
| 59 |
|
| 60 |
# Download the model from the Hugging Face Hub
|
| 61 |
model_path = hf_hub_download(
|
| 62 |
+
repo_id="macpaw-research/yolov11l-ui-groups-detection",
|
| 63 |
filename="ui-groups-detection.pt"
|
| 64 |
)
|
| 65 |
|
|
|
|
| 82 |
## π Related Projects
|
| 83 |
|
| 84 |
- [Screen2AX Project](https://github.com/MacPaw/Screen2AX)
|
| 85 |
+
- [Screen2AX HuggingFace Collection](https://hf.co/collections/macpaw-research/screen2ax)
|
| 86 |
+
- [YOLOv11l β UI Elements Detection](https://huggingface.co/macpaw-research/yolov11l-ui-elements-detection)
|
| 87 |
|
| 88 |
---
|
| 89 |
|