57 Commits (cxx-service-mapping)

Author SHA1 Message Date
  haixuanTao 1e659c6c11 Replace `logs` with `stdout` 1 year ago
  haixuanTao aa81da0142 Add possibility to send stdout for operators and add warnings when there is multiple operators 1 year ago
  haixuanTao 61bdd4b2fe Adding log example 2 years 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 b63396b42e ravel array bbox 2 years ago
  haixuanTao 0f667375ba Convert numpy to pyarrow 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 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
  haixuanTao 739cfd57f7 Change type hinting frfom Uint8 only array to any array 2 years ago
  haixuanTao de3d07acd8 Remove recording ticker and use debug instead of release 2 years ago
  haixuanTao 3ae07203cc replacing `zenoh-logger` with `dora-record` 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 d625eeb171 Remove `np.uint8` unnecessary downcasting 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 bdd20a0568 Removing patchelf from python dependency as it creates issue when built on macos 2 years ago
  haixuanTao a6c6fcd1b6 Force pytorch to use cpu only for smaller disk space usage for the CI 2 years ago
  Haixuan Xavier Tao d35999da97
Merge pull request #319 from dora-rs/release-v0.2.4 2 years ago
  haixuanTao 678b6d850f Merge branch 'release-v0.2.4' 2 years ago
  Haixuan Xavier Tao 53198b861b
Merge pull request #248 from dora-rs/shmem-read-only 2 years ago
  haixuanTao b02745eef8 Use optional instead of | as it does not work on windows 2 years ago
  haixuanTao 4b616a8346 Make typing more explicit 2 years ago
  haixuanTao d55df9a326 Adding documentation for the send method 2 years ago
  haixuanTao 5b713e4a77 Fix typo on the getting started section of `README.md` 2 years ago
  haixuanTao c62ab80fd2 Rework readme and add patchelf dependencies 2 years ago
  Philipp Oppermann aee051284e
Don't try to modify image in-place in python operator dataflow example 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
  haixuanTao bf89ac7c2d Use `ravel()` instead of `flatten()` 2 years ago
  haixuanTao fa17544d8d Upgrading the operator example to use `dora-arrow` 2 years ago
  haixuanTao 7be958ee66 Upate webcam operator example to make use of opentelemetry jaeger 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