Mati-ur-rehman-017
|
ffc251f135
|
Applied pyupgrade style
|
10 months ago |
Mati-ur-rehman-017
|
3332c0a1ce
|
Fixed D100 issues
|
10 months ago |
Mati-ur-rehman-017
|
dd4de848ac
|
fixed #828
|
10 months ago |
7SOMAY
|
20781fb4e2
|
#807 Fixed
|
10 months ago |
haixuanTao
|
09340b744b
|
Minor fix
|
1 year ago |
haixuanTao
|
c382aa55ca
|
Fix added operator
|
1 year ago |
haixuanTao
|
7628b61d22
|
Adding LLM example
|
1 year 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
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 |
haixuanTao
|
2f62eabc20
|
Removing `no_webcam.py` and relying on default error image for the CI
|
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
|
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 |
Philipp Oppermann
|
a6b3bbdf3c
|
Add python-operator-dataflow example
|
2 years ago |