Instructions to use IndextDataLab/windows-ui-locator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use IndextDataLab/windows-ui-locator with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("IndextDataLab/windows-ui-locator") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ datasets:
|
|
| 11 |
pipeline_tag: object-detection
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# Windows UI
|
| 15 |
|
| 16 |
## Model Summary
|
| 17 |
|
|
|
|
| 11 |
pipeline_tag: object-detection
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Windows UI Element Detector — YOLO11s for Windows UI Elements
|
| 15 |
|
| 16 |
## Model Summary
|
| 17 |
|