Views
No views yet
icon_detect — a YOLO11m fine-tuned on 67K screenshots to detect interactive UI elements. Runs on Apple Silicon with no PyTorch / no ultralytics at inference.LICENSE. If you build a network service on top of it, AGPL §13 requires you to offer users the corresponding source. For a commercial/proprietary product, consider an Ultralytics Enterprise License instead.icon_detect/model.pt (AGPL-3.0, Ultralytics YOLO11m).omniparser_mlx.json: nc=1, class icon.1from yolo11_mlx import YOLO11 # pip install from github.com/walter-grace/yolo11-mlx
2model = YOLO11("omniparser_mlx.npz")
3boxes = model.predict("screenshot.png", conf=0.05, iou=0.5)[0].boxes.xyxy