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
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
Map shared memory region as read-only in receiver
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
This PR/commit adds documentation for the send_output method.
Follow up discussion: https://github.com/orgs/dora-rs/discussions/317#discussioncomment-6475816
2 years ago
haixuanTao
5b713e4a77
Fix typo on the getting started section of `README.md`
After re-bootrapping the project, I realised that the README had some typo that I fixed in this commit.
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
The shared memory image must not be modified because it might be sent to other receivers too. Trying to modify it will result in a SEGFAULT now that we map the shared memory region as read-only.
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()`
`ravel()` implements zero copy compared to `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
Update zenoh to remove git dependencies
2 years ago
haixuanTao
764cd120a4
remove slash from zenoh prefix
2 years ago
haixuanTao
88ea9cff74
Update example readme
2 years ago
haixuanTao
57591414d7
Remove custom `DoraStatus` in the documentation to promote our own defined `DoraStatus`
2 years ago
Philipp Oppermann
c70aa21d45
Python example: Print number of received image and bounding box messages
2 years ago
Philipp Oppermann
28ae686fe4
Remove sleep between events in python examples
2 years ago
Philipp Oppermann
acf4a1dc52
Fix python operators: Also return a `DoraStatus` for non-input events
2 years ago
Philipp Oppermann
83c8ecf3e9
Change Python operator API: `on_event` instead of `on_input`
We now report other event types as well. Right now, the only other event type is `Stop`, but we can extend this in the future.
2 years ago
Philipp Oppermann
a6b3bbdf3c
Add python-operator-dataflow example
2 years ago