93 Commits (3b2ed17ac689a1904880d4768f81394adfde7b08)

Author SHA1 Message Date
  haixuanTao d2113d7b50 Add reinstall command within run.rs to avoid silently using old version of dora node api python 10 months ago
  haixuantao 649902783c Fix CI/CD 10 months ago
  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 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 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. 1 year ago
  Haixuan Xavier Tao f34cbe2ffc
Merge pull request #517 from dora-rs/detached-python-process 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 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 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