haixuanTao
7628b61d22
Adding LLM example
1 year ago
haixuanTao
1e659c6c11
Replace `logs` with `stdout`
1 year ago
haixuanTao
61bdd4b2fe
Adding log example
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
haixuanTao
739cfd57f7
Change type hinting frfom Uint8 only array to any array
2 years ago
Philipp Oppermann
242513fd72
Start fixing Python dataflow example
2 years ago
haixuanTao
d625eeb171
Remove `np.uint8` unnecessary downcasting
2 years ago
haixuanTao
27ccf614ba
Small refactoring using `black`
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
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
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
fa17544d8d
Upgrading the operator example to use `dora-arrow`
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
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