hellcaster commited on
Commit
bd5d98e
Β·
verified Β·
1 Parent(s): 7ed3fbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  - pytorch
13
  - ui
14
  datasets:
15
- - MacPaw/Screen2AX-Group
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:** [`MacPaw/Screen2AX-Group`](https://huggingface.co/datasets/MacPaw/Screen2AX-Group)
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="MacPaw/yolov11l-ui-groups-detection",
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://huggingface.co/collections/MacPaw/screen2ax-687dfe564d50f163020378b8)
86
- - [YOLOv11l β€” UI Elements Detection](https://huggingface.co/MacPaw/yolov11l-ui-elements-detection)
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