Chrislearn Young
26f9973ae3
cargo fmt
5 months ago
Philipp Oppermann
38ff2c8d63
Run `dora` executable in release mode for examples
Avoids stack overflows on Windows
7 months ago
Franco Cipollone
242a2b5fca
Fix rerun-viewer example.
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
9 months ago
haixuanTao
d2113d7b50
Add reinstall command within run.rs to avoid silently using old version of dora node api python
10 months ago
haixuanTao
8b19716b3e
Fix pip installation of development dora node api python
10 months ago
haixuantao
649902783c
Fix CI/CD
10 months ago
haixuantao
0cd764980d
migrate example to uv to make it independant of virtual environment activation
11 months ago
haixuanTao
194e4aba0b
Rename ultralytics yolo to dora-yolo to avoid name collision in pip
1 year ago
haixuanTao
dc0d2f2515
Refactor rerun example by using metadata from both image and bbox definition to make our input more generalistic.
Rewrite README documentation to reflect metadata changes
1 year ago
EricLBuehler
6c62246e53
Fix typos
1 year ago
haixuanTao
f6ce04b5ed
Fix memory usage and add README to example
1 year ago
haixuanTao
7b5c31d214
Update example to add boundingbox 2d
1 year ago
haixuanTao
83bf82d0b6
Adding `dora-rerun` as a visualization tool
This commit add an initial dora-rerun extension for visualization of run
using rerun.
This is still experimental and will be improved in the future.
I also added an example that we can try out by:
```bash
cd examples/rerun-viewer
dora start dataflow.yml --attach
```
You might need to install rerun viewer with
```bash
cargo install --force rerun-cli@0.15.1
```
1 year ago