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

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