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

Download history 10/week @ 2024-07-24 7/week @ 2024-07-31 104/week @ 2024-08-28 20/week @ 2024-09-11 14/week @ 2024-09-18 11/week @ 2024-09-25 8/week @ 2024-10-02 78/week @ 2024-10-09 56/week @ 2024-10-16

144 downloads per month

Apache-2.0

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