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.
|
- nodes:
- - id: webcam
- operator:
- python: webcam.py
- inputs:
- tick: dora/timer/millis/50
- outputs:
- - image
-
- - id: object_detection
- operator:
- send_stdout_as: stdout
- python: object_detection.py
- inputs:
- image: webcam/image
- outputs:
- - bbox
- - stdout
-
- - id: plot
- operator:
- python: plot.py
- inputs:
- image: webcam/image
- bbox: object_detection/bbox
- assistant_message: object_detection/stdout
|