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.

dataflow.yml 477 B

123456789101112131415161718192021222324252627
  1. communication:
  2. zenoh:
  3. prefix: /example-python-dataflow
  4. nodes:
  5. - id: webcam
  6. custom:
  7. run: ./webcam.py
  8. inputs:
  9. timer: dora/timer/millis/100
  10. outputs:
  11. - image
  12. - id: object_detection
  13. operator:
  14. python: object_detection.py
  15. inputs:
  16. image: webcam/image
  17. outputs:
  18. - bbox
  19. - id: plot
  20. operator:
  21. python: plot.py
  22. inputs:
  23. image: webcam/image
  24. bbox: object_detection/bbox

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl