8 releases
0.3.7-rc0 | Oct 15, 2024 |
---|---|
0.3.6 | Aug 28, 2024 |
0.3.5 | Jul 3, 2024 |
0.3.5-rc0 | Jun 26, 2024 |
0.3.4 | May 20, 2024 |
#59 in Visualization
144 downloads per month
115KB
2K
SLoC
dora-rerun
dora visualization using rerun
This nodes is still experimental and format for passing Images, Bounding boxes, and text are probably going to change in the future.
Getting Started
cargo install --force rerun-cli@0.15.1
## To install this package
git clone git@github.com:dora-rs/dora.git
cargo install --git https://github.com/dora-rs/dora dora-rerun
Adding to existing graph:
- id: rerun
custom:
source: dora-rerun
inputs:
image: webcam/image
text: webcam/text
boxes2d: object_detection/bbox
envs:
RERUN_MEMORY_LIMIT: 25%
Input definition
- image: UInt8Array + metadata { "width": int, "height": int, "encoding": str }
- boxes2D: StructArray + metadata { "format": str }
- text: StringArray
Configurations
- RERUN_MEMORY_LIMIT: Rerun memory limit
Dependencies
~54–89MB
~1.5M SLoC