dora-rerun

Crates.iodora-rerun
lib.rsdora-rerun
version0.3.7-rc0
sourcesrc
created_at2024-05-17 13:36:04.508432
updated_at2024-10-15 05:37:25.393181
description`dora` goal is to be a low latency, composable, and distributed data flow.
homepage
repositoryhttps://github.com/dora-rs/dora/
max_upload_size
id1243227
size201,458
Haixuan Xavier Tao (haixuanTao)

documentation

https://dora.carsmos.ai

README

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
Commit count: 2840

cargo fmt