haixuanTao
ed17980a7b
remove unused input and output from dynamic node
1 year ago
haixuanTao
6e508ecda9
remove editable mode as it is not supported on older pip version
1 year ago
haixuanTao
0e66a7127f
Reformat folder so that they can be used in edit mode as well as use encoding to support multiple encoding
1 year ago
haixuanTao
8670ae38e5
Simplify example node
1 year ago
Enzo Le Van
eedd407bdf
Update examples/python-dataflow/README.md
Co-authored-by: Philipp Oppermann <dev@phil-opp.com>
1 year ago
Hennzau
74661b054b
Fix typos, CI and README
1 year ago
Hennzau
fed4f1f659
fix pip get path + fix CI for dataflow.yml
1 year ago
Hennzau
aeb11627d6
Separate a simple dataflow for CI (without yolo) and a yolo dataflow
1 year ago
Hennzau
05f2d3fc9f
nodes_hub -> node-hub + opencv-plot and opencv-video-capture
.idea
.idea
README.md and better outputs/inputs
README.md and ultralytics-yolo
fix queue_size and dynamic
README.md
Fix CI
Fix CI
Fix CI
Fix CI
Fix CI
Fix CI
Fix CI
Fix CI
Fix CI
1 year ago
haixuanTao
a980a43739
simplifying examples to use node hub
1 year ago
Philipp Oppermann
cf45f11257
Fix example
1 year ago
Philipp Oppermann
e90ffd0b7f
Merge branch 'main' into list-failed-dataflows
1 year ago
haixuanTao
c4983fa822
Fix python dependencies
1 year ago
haixuanTao
00a83b9355
Do not upgrade to numpy 2.0.0
1 year ago
haixuanTao
b2eace277d
Transform custom PyEvent into standard python dictionary for easier debuggability.
Currently having a custom PyEvent make debugging very hard as fields are hidden within the class PyEvent that is defined within Rust Code.
Python user are getting really confused about this obscure class.
This PR transforms the class into a standard python dictionary.
1 year ago
Philipp Oppermann
8056c23db7
List failed and finished dataflows in `dora list`
1 year ago
Haixuan Xavier Tao
f34cbe2ffc
Merge pull request #517 from dora-rs/detached-python-process
Run dynamic node
1 year ago
haixuanTao
a96a5d6b79
Update local listen port argument
1 year ago
haixuanTao
a0a95b730c
Rename dynamic node listener -> local listener
1 year ago
haixuanTao
5c97affc65
Remove object detection from dynamic plot for CI purpose
1 year ago
haixuanTao
d180aa7345
Adding configuration for dynamic nodes port
1 year ago
haixuanTao
3ad402ce45
Add dynamic node event loop and dynamic node connection
1 year ago
EricLBuehler
6c62246e53
Fix typos
1 year ago
Philipp Oppermann
142d218610
Add support for custom coordinator control port numbers in CLI
1 year ago
Philipp Oppermann
f85098095c
Adjust rust dataflow example to use new top-level fields
1 year ago
Haixuan Xavier Tao
d6f13d08bd
Merge pull request #493 from dora-rs/python-ide-linting
Adding python IDE typing
1 year ago
Michael-J-Ward
95fb6fd9e2
rename rust-operator to rust-status-node in rust-dataflow example
1 year ago
Michael J Ward
a848d6de4c
remove todo comment
the Q was answered in review. stopping is unnecessary because the `event_stream` wills top shortly
Co-authored-by: Philipp Oppermann <dev@phil-opp.com>
1 year ago
haixuanTao
0f52773767
Fix minor typo
1 year ago
Michael-J-Ward
5f873844c6
fix: multiple-daemons example dataflow definition
Previously, this dataflow relied on an incorrect shared library.
1 year ago
Michael-J-Ward
645d0e20d4
chore: cleaned up rust-dataflow-operator dependencies
1 year ago
Michael-J-Ward
2cc35cc117
convert rust-dataflow example to node api
Minimal conversion from previous operator api to node api.
Ref #474
1 year ago
haixuanTao
d044cf87be
Fixing DoraStatus return error
1 year ago
haixuanTao
f6ce04b5ed
Fix memory usage and add README to example
1 year ago
haixuanTao
7b5c31d214
Update example to add boundingbox 2d
1 year ago
haixuanTao
83bf82d0b6
Adding `dora-rerun` as a visualization tool
This commit add an initial dora-rerun extension for visualization of run
using rerun.
This is still experimental and will be improved in the future.
I also added an example that we can try out by:
```bash
cd examples/rerun-viewer
dora start dataflow.yml --attach
```
You might need to install rerun viewer with
```bash
cargo install --force rerun-cli@0.15.1
```
1 year ago
Michael-J-Ward
dfe298eb1e
lint: fix clippy lints
1 year ago
Philipp Oppermann
6115ddbb4d
Revert "update dora_coordinator::start to return bound addr instead of just the port"
This reverts commit 1ba763cd67 .
1 year ago
Philipp Oppermann
e76f497939
Revert "revert to daemons listening to 127.0.0.1 by default"
This reverts commit 4af82a4833 .
1 year ago
Michael-J-Ward
4af82a4833
revert to daemons listening to 127.0.0.1 by default
clients can not connect to `0.0.0.0` on windows.
1 year ago
Michael-J-Ward
1ba763cd67
update dora_coordinator::start to return bound addr instead of just the port
1 year ago
Michael-J-Ward
3a6323ff0c
feat: add bind configuration for coordination daemon
Ref: #459
1 year ago
Philipp Oppermann
1c2dc46ac2
Merge pull request #457 from dora-rs/update-ros2-client
Update `ros2-client` to latest version
1 year ago
haixuanTao
c6948c1644
Only use conda if conda is present
1 year ago
haixuanTao
c19658d4a0
Add Ci/CD on custom conda env for operator
1 year ago
Philipp Oppermann
8646194507
Merge pull request #458 from dora-rs/bobd988-patch-1
Update README.md
1 year ago
XxChang
f8652c4f0a
fix cargo run --example cmake-dataflow compile bugs
1 year ago
Bob Ding
7ced6f4c70
Update README.md
1 year ago
Haixuan Xavier Tao
cafa0b6e13
Merge pull request #451 from dora-rs/llm-example
Llm example
1 year ago
Philipp Oppermann
d4a406e93e
Adjust generated code and examples for latest `ros2-client` version
1 year ago