Hennzau
0b0e9aeeff
Fix typos, CI and README
1 year ago
Hennzau
699f460c3b
fix pip get path + fix CI for dataflow.yml
1 year ago
Hennzau
2b40fe63b4
Separate a simple dataflow for CI (without yolo) and a yolo dataflow
1 year ago
Hennzau
05caf8fbfd
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
b0df85c6ec
simplifying examples to use node hub
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
Haixuan Xavier Tao
f34cbe2ffc
Merge pull request #517 from dora-rs/detached-python-process
Run dynamic node
1 year ago
haixuanTao
5c97affc65
Remove object detection from dynamic plot for CI purpose
1 year ago
haixuanTao
3ad402ce45
Add dynamic node event loop and dynamic node connection
1 year ago
EricLBuehler
6c62246e53
Fix typos
1 year ago
haixuanTao
05f919e06c
Use cli to spawn daemon run-dataflow to avoid confused exe path
2 years ago
haixuanTao
c82c853d02
Download weights inside of dora to bypass yolov8 windows error
Being able to download a file within a yaml declaration can later be integrated as a yaml feature.
See: https://github.com/ultralytics/ultralytics/pull/7432#issuecomment-1883383862
2 years ago
haixuanTao
8b7cf8ebb9
convert to cpu object detection output
2 years ago
haixuanTao
f3cd7725ed
Replace yolov5 with yolov8
2 years ago
haixuanTao
3698ca0867
Remove dora-record from operator dataflow
2 years ago
haixuanTao
5a187f5ba9
Reload only if on windows
2 years ago
haixuanTao
3ad740a65c
bump to latest version of torch
2 years ago
haixuanTao
ed83fe05c1
Fix pip upgrade
2 years ago
haixuanTao
afcfec81f1
Fix path by using ; instead of :
2 years ago
haixuanTao
20c02089b6
Fix Python CI on windows
2 years ago
haixuanTao
0a60246038
Make `run` a helper function and use OsStr to search for path
2 years ago
haixuanTao
a2de951d98
Remove setup tracing from examples to make it more simple
2 years ago
haixuanTao
9413e4f198
Rename `../.env` to `.env` as it seems to create path issues
2 years ago
haixuanTao
68ecf89b61
Remove explicit statement to `python3`and resolve it instead
2 years ago
haixuanTao
ea86909380
Remove plot match statement
2 years ago
haixuanTao
2a165ab457
Replace typo `INPUT` to `STOP`
2 years ago
haixuanTao
4566223f58
Removing `match` statement with `if-else` as many people still uses <python 3.10 😭
2 years ago
haixuanTao
976f013cc9
Remove type hinting as it might mess up with old python version
Simplify operator template and remove type hinting
2 years ago
Philipp Oppermann
242513fd72
Start fixing Python dataflow example
2 years ago
Philipp Oppermann
631019f8d3
Fix some clippy warnings
2 years ago
haixuanTao
942d0a5df2
Use `run.rs` instead of `run.sh`for better cross-platform usage
2 years ago
haixuanTao
27ccf614ba
Small refactoring using `black`
2 years ago
haixuanTao
2f62eabc20
Removing `no_webcam.py` and relying on default error image for the CI
2 years ago
haixuanTao
4d927bd169
Refactoring `run.sh` to make it more readable
2 years ago
haixuanTao
8267cd2ff8
Linking `python-dataflow` example venv to `python-operator-dataflow` venv`
2 years ago
haixuanTao
a6c6fcd1b6
Force pytorch to use cpu only for smaller disk space usage for the CI
2 years ago
meua
84041868b7
For consistency with other examples, modify python -> python3
2 years ago
meua
a809be8f83
Remove useless commands.
2 years ago
navyjia
a7bc6f3902
fix bug for issues: https://github.com/dora-rs/dora/issues/295
2 years ago
haixuanTao
e359b70b6e
Fix yolov5 dependency issue
2 years ago
Philipp Oppermann
72a57ce1ef
Remove deprecated `communication` options from dataflow examples, templates, and docs
2 years ago
Philipp Oppermann
e31c6a0c11
Improve output of object detection example node
2 years ago
haixuanTao
7be958ee66
Upate webcam operator example to make use of opentelemetry jaeger
2 years ago
Philipp Oppermann
2d9fcc95b4
Add custom parsing to be backwards compatible
Inputs can now either be a string, which results in a mapping with default values, or an object with additional configuration.
2 years ago
Philipp Oppermann
c9ecc87d3b
Rename `max_queue_len` to `queue_size`
2 years ago
Philipp Oppermann
8c55397811
Make event queue length configurable
2 years ago
Haixuan Xavier Tao
4a026e0e11
Merge pull request #203 from dora-rs/fix-zenoh
Update zenoh to remove git dependencies
2 years ago
haixuanTao
764cd120a4
remove slash from zenoh prefix
2 years ago