You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- communication:
- zenoh:
- prefix: example-python-no-webcam-dataflow
-
- nodes:
- - id: no_webcam
- custom:
- source: ./no_webcam.py
- inputs:
- tick: dora/timer/millis/100
- outputs:
- - image
-
- - id: object_detection
- operator:
- python: object_detection.py
- inputs:
- image: no_webcam/image
- outputs:
- - bbox
-
- - id: plot
- operator:
- python: plot.py
- inputs:
- image: no_webcam/image
- bbox: object_detection/bbox
|