haixuanTao
095156941f
Migrate the CI to --uv
11 months ago
haixuantao
0cd764980d
migrate example to uv to make it independant of virtual environment activation
11 months ago
haixuanTao
29f9161827
Replace wrongly typo in `dora-yolo`
1 year ago
haixuanTao
194e4aba0b
Rename ultralytics yolo to dora-yolo to avoid name collision in pip
1 year ago
haixuanTao
00d3732a90
remove unused input and output from dynamic node
1 year ago
haixuanTao
f89b171bbc
remove editable mode as it is not supported on older pip version
1 year ago
haixuanTao
e52834b5c4
Reformat folder so that they can be used in edit mode as well as use encoding to support multiple encoding
1 year ago
haixuanTao
8e30506bd3
Simplify example node
1 year ago
Enzo Le Van
c77c461ffb
Update examples/python-dataflow/README.md
Co-authored-by: Philipp Oppermann <dev@phil-opp.com>
1 year ago
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