Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| .gitignore | 3 years ago | |
| README.md | 3 years ago | |
| dataflow.yml | 3 years ago | |
| dataflow_without_webcam.yml | 3 years ago | |
| no_webcam.py | 3 years ago | |
| object_detection.py | 3 years ago | |
| plot.py | 3 years ago | |
| requirements.txt | 3 years ago | |
| run.rs | 3 years ago | |
| run.sh | 3 years ago | |
| utils.py | 3 years ago | |
| webcam.py | 3 years ago | |
This examples shows how to create and connect dora operators and custom nodes in Python.
The dataflow.yml defines a simple dataflow graph with the following three nodes:
cargo run --example python-dataflow
To install, you should run the install.sh script.
install.sh
dora-coordinator, passing the paths to the dataflow file and the dora-runtime as arguments:../../target/release/dora-coordinator run dataflow.yml ../../target/release/dora-runtime
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
Rust Python TOML Markdown C other