haixuanTao
64fece9c47
Generate the right size of default value for array
2 years ago
haixuanTao
b79172c9bc
Removing `coordinator_addr` for `run_dataflow` command
2 years ago
haixuanTao
eadf6b3557
Remove sleep in multiple daemons as compiling dora cli is fast enough
2 years ago
haixuanTao
81154c4b9f
Remove top-level unused dependencies
2 years ago
haixuanTao
80a79aa3a5
make `build.rs` faster by rerun only if `build.rs` changes
2 years ago
haixuanTao
7b37ac7218
Remove typo in release CI
2 years ago
Haixuan Xavier Tao
87c52160a2
Merge pull request #413 from dora-rs/sync-before-destroy
Wait until `DestroyResult` is sent before exiting dora-daemon
2 years ago
Philipp Oppermann
e701eb4182
Fix: enable sync module of tokio
2 years ago
Philipp Oppermann
cb69a033f0
Wait until `DestroyResult` is sent before exiting dora-daemon
Tokio background tasks are canceled when the program exits, so we need some additional synchronization to ensure that the `DestroyResult` is actually sent out.
2 years ago
Philipp Oppermann
249b2925f8
Revert "Respond to coordinator destroy immediately to avoid end of file error"
This reverts commit 5c16c59b6f .
2 years ago
haixuanTao
5c16c59b6f
Respond to coordinator destroy immediately to avoid end of file error
2 years ago
haixuanTao
28be4a6663
Fix example by using the right daemon command
2 years ago
haixuanTao
7fddec2665
Make cli faster by reruning c_operator_type compilation dependent on modification of its source code
2 years ago
haixuanTao
05f919e06c
Use cli to spawn daemon run-dataflow to avoid confused exe path
2 years ago
haixuanTao
56bf90956c
Keep release as zip
2 years ago
haixuanTao
054ae5afcc
Fix multiple daemon example
2 years ago
haixuanTao
ddf94f7094
Adding ctrlc back to their individual repo
2 years ago
haixuanTao
f15f9320dc
Remove zipping of binary for simpler CD and download
2 years ago
haixuanTao
c72844270a
update CD to ship dora as a single binary ( zipped )
2 years ago
haixuanTao
88902cb97b
Make tracing available for node in the runtime
2 years ago
haixuanTao
0568656ef0
Remove unused dependencies for faster compile time
2 years ago
haixuanTao
eb7396eba2
Update ci
2 years ago
haixuanTao
4ec81cc743
Removing old main files
2 years ago
haixuanTao
54b0882f6f
link up command with the newly added binaries within the cli
2 years ago
haixuanTao
f85011837d
Remove unused runtime args from examples
2 years ago
haixuanTao
6dfd4b17b3
adding daemon, coordinator and runtime command in the cli
2 years ago
haixuanTao
48534c9af2
Removing runtime from the daemon
2 years ago
Haixuan Xavier Tao
56c05743ed
Merge pull request #409 from dora-rs/v0.3.1
Release version v0.3.1
2 years ago
haixuanTao
afae2bdece
Bump to version 0.3.1
2 years ago
haixuanTao
fd7c0939df
Run `cargo fmt --all`
2 years ago
haixuanTao
dec4b0f87d
Bump to 0.3.1-rc6
2 years ago
haixuanTao
4978f800a6
Fix clippy and rust warnings
2 years ago
haixuanTao
ee780df145
Bump rust toolchain to use `stdsimd` feature on 1.72.
See: https://github.com/tkaitchuck/aHash/issues/195
Related to: https://github.com/dora-rs/dora/actions/runs/7465955428/job/20316250830
2 years ago
haixuanTao
c33d941f1a
Add changelog
2 years ago
haixuanTao
6c6d1c643e
bump to version v0.3.1-rc5 to test CD
2 years ago
Haixuan Xavier Tao
e35ed75e87
Merge pull request #398 from dora-rs/fix-window-path-error
Fix window path error
2 years ago
haixuanTao
c82c853d02
Download weights inside of dora to bypass yolov8 windows error
Being able to download a file within a yaml declaration can later be integrated as a yaml feature.
See: https://github.com/ultralytics/ultralytics/pull/7432#issuecomment-1883383862
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
fdda91d915
Fix mistakenly imported Len
2 years ago
haixuanTao
3698ca0867
Remove dora-record from operator dataflow
2 years ago
haixuanTao
ab5d918ffd
Make initialisation message error more straightforward
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
ea1259da20
Bump which version
2 years ago
haixuanTao
82f2794916
Only use python for windows and python3 for linux
2 years ago