Browse Source

Uncomment dora-rerun

tags/v0.3.10-rc0
haixuantao 11 months ago
parent
commit
51d7f87eef
1 changed files with 12 additions and 12 deletions
  1. +12
    -12
      examples/reachy2/demo-dev.yml

+ 12
- 12
examples/reachy2/demo-dev.yml View File

@@ -78,18 +78,18 @@ nodes:
env:
ROBOT_IP: 172.17.134.85

#- id: plot
#build: pip install -e ../../node-hub/dora-rerun
#path: dora-rerun
#inputs:
#camera_left/image_right: reachy-camera/image_right
#camera_torso/image: reachy-camera/image_depth
#text_response: dora-qwenvl/text
#text_whisper: dora-distil-whisper/text
#camera_torso/boxes2d: parse_bbox/bbox
#camera_left/boxes2d_face: parse_bbox/bbox_face
#env:
#RERUN_MEMORY_LIMIT: 5%
- id: plot
build: pip install -e ../../node-hub/dora-rerun
path: dora-rerun
inputs:
camera_left/image_right: reachy-camera/image_right
camera_torso/image: reachy-camera/image_depth
text_response: dora-qwenvl/text
text_whisper: dora-distil-whisper/text
camera_torso/boxes2d: parse_bbox/bbox
camera_left/boxes2d_face: parse_bbox/bbox_face
env:
RERUN_MEMORY_LIMIT: 5%

- id: dora-qwenvl
build: pip install -e ../../node-hub/dora-qwen2-5-vl


Loading…
Cancel
Save