-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathqwenvl2_arm_inference.yml
77 lines (73 loc) · 1.91 KB
/
qwenvl2_arm_inference.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
nodes:
- id: arm # Run on car
_unstable_deploy:
machine: ec7
# build: wget -nc https://github.com/dora-rs/gosim-2024/releases/download/v0.0.1/robot # cargo install --git https://github.com/lyon-dora/chongyou-car
path: robot
inputs:
text: dora-qwenvl/tick
- id: camera1 # Run on car
_unstable_deploy:
machine: ec7
# build: pip install opencv-video-capture
path: opencv-video-capture
inputs:
tick: dora/timer/millis/200
outputs:
- image
env:
CAPTURE_PATH: 0
IMAGE_WIDTH: 640
IMAGE_HEIGHT: 480
ENCODING: jpeg
FLIP: VERTICAL
- id: camera2 # Run on car
_unstable_deploy:
machine: ec7
# build: pip install opencv-video-capture
path: opencv-video-capture
inputs:
tick: dora/timer/millis/200
outputs:
- image
env:
CAPTURE_PATH: 2
IMAGE_WIDTH: 640
IMAGE_HEIGHT: 480
ENCODING: jpeg
FLIP: VERTICAL
- id: plot
# build: |
# wget -nc https://github.com/dora-rs/gosim-2024/releases/download/v0.0.1/rerun
# wget -nc https://github.com/dora-rs/gosim-2024/releases/download/v0.0.1/dora-rerun
path: dora-rerun
inputs:
image_1:
source: camera1/image
queue_size: 1
image_2:
source: camera2/image
queue_size: 1
textlog_vlm: dora-qwenvl-recorder/text
env:
IMAGE_WIDTH: 640
IMAGE_HEIGHT: 480
RERUN_MEMORY_LIMIT: 25%
- id: dora-qwenvl
build: pip install dora-qwenvl
path: dora-qwenvl
inputs:
image_1:
source: camera1/image
queue_size: 1
image_2:
source: camera2/image
queue_size: 1
tick: dora/timer/millis/200
outputs:
- text
- tick
env:
DEFAULT_QUESTION: Respond with right, left, forward, backward, stop to move to the person
USE_MODELSCOPE_HUB: True
ADAPTER_PATH: /openbayes/home/gosim-2024/sft