ui_refine
Review UI detection boxes semantically, fix errors: remove false detections, merge duplicates, add labels, and fill text gaps. Returns corrected element list and change log.
Instructions
VLM 审查并语义修正 UI 检测框:删除误检 / 合并重复 / 语义标注 / 文本锚定补漏。不做坐标微调(坐标级修正由 som/cv 负责)。返回修正后元素列表与变更记录。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| coords | No | 返回坐标单位:pixel(默认)或 norm(0-1000 归一化) | |
| out_path | No | 保存审查用叠加层图(必须位于输出目录内) |