We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a9e9f commit c9edee6Copy full SHA for c9edee6
Mobile-Agent-v3/README.md
@@ -61,11 +61,13 @@ python run_mobileagentv3.py \
61
```
62
63
### Note
64
-1. If the model you are using outputs relative coordinates from 0 to 1000, such as Seed-VL or Qwen-2-VL, please set:
+1. If the model you are using outputs relative coordinates from 0 to 1000, such as Seed-VL or Qwen-VL-2 or Qwen-VL-3, please set:
65
66
---coor_type "qwen-vl"
+--coor_type "qwen-vl" # This means that coordinates from 0-1000 are mapped to the actual device resolution.
67
68
69
+Note: If the model you are using outputs absolute coordinates. such as Qwen-VL-2.5 or GUI-Owl, please do not set coordinate mapping.
70
+
71
2. If your instruction needs to remember content, please set:
72
73
--notetaker True
0 commit comments