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 414 B

1234567891011121314151617181920212223
  1. nodes:
  2. - id: webcam
  3. operator:
  4. python: webcam.py
  5. inputs:
  6. tick: dora/timer/millis/50
  7. outputs:
  8. - image
  9. - id: object_detection
  10. operator:
  11. python: object_detection.py
  12. inputs:
  13. image: webcam/image
  14. outputs:
  15. - bbox
  16. - id: plot
  17. operator:
  18. python: plot.py
  19. inputs:
  20. image: webcam/image
  21. 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