Skip to content

Commit c9edee6

Browse files
Update README.md
1 parent 81a9e9f commit c9edee6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Mobile-Agent-v3/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ python run_mobileagentv3.py \
6161
```
6262

6363
### 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:
64+
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:
6565
```
66-
--coor_type "qwen-vl"
66+
--coor_type "qwen-vl" # This means that coordinates from 0-1000 are mapped to the actual device resolution.
6767
```
6868

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+
6971
2. If your instruction needs to remember content, please set:
7072
```
7173
--notetaker True

0 commit comments

Comments
 (0)