We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b48ae commit 26257a1Copy full SHA for 26257a1
1 file changed
memory/ui_detect.py
@@ -1,6 +1,10 @@
1
#!/usr/bin/env python3
2
"""
3
-UI元素检测 - YOLO + RapidOCR
+UI元素检测 - 基于 OmniParser-v2.0 的 icon_detect YOLO 模型 + RapidOCR
4
+
5
+首次使用前必须准备对应权重;这是 OmniParser-v2.0 的 icon_detect YOLO 模型。
6
+若缺失模型文件,新用户/AI 应搜索并下载 OmniParser-v2.0 icon_detect YOLO 权重。
7
8
用法:
9
from ui_detect import detect
10
elements = detect("screenshot.png") # 默认match模式
0 commit comments