82 Commits (74661b054bb36defc7b2e760f63cfb991dc5ea9a)

Author SHA1 Message Date
  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 1 year ago
  haixuanTao a980a43739 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
  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 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 2 years ago
  haixuanTao 764cd120a4 remove slash from zenoh prefix 2 years ago