OmniParser
OmniParser copied to clipboard
How can I debug the result OmniParser?
Hello.
Great tool, thank you.
How can I debug the result?
I'm trying to understand why 101
, 110
, 115
areas appeared.
-
101
overlaps the drag and drop ID. -
+ New
- not have ID. -
1 Post
- not have ID.
parsed_content_list[101]
{'type': 'icon',
'bbox': [0.6975948214530945,
0.2096961885690689,
0.7098326086997986,
0.2387903779745102],
'interactivity': True,
'content': 'Minimize',
'source': 'box_yolo_content_yolo'}
parsed_content_list[110]
{'type': 'icon',
'bbox': [0.6970685720443726,
0.26389992237091064,
0.709141194820404,
0.2959234118461609],
'interactivity': True,
'content': 'Slide',
'source': 'box_yolo_content_yolo'}
parsed_content_list[115]
{'type': 'icon',
'bbox': [0.6974940299987793,
0.3501269817352295,
0.7081704139709473,
0.37537238001823425],
'interactivity': True,
'content': 'Hide (Ctrl+Shift+F)',
'source': 'box_yolo_content_yolo'}