#数据流 #低延迟 #重运行 #分布式 #可组合 #节点

app dora-rerun

dora的目标是成为一个低延迟、可组合和分布式的数据流

6个版本

0.3.5 2024年7月3日
0.3.5-rc02024年6月26日
0.3.4 2024年5月20日
0.3.4-rc22024年5月17日

#74 in 可视化

Apache-2.0

50KB
117

dora-rerun

dora可视化使用rerun

此节点目前处于实验阶段,并且用于传递图像、边界框和文本的格式可能会在未来改变。

入门

cargo install --force [email protected]

## To install this package
git clone [email protected]:dora-rs/dora.git
cargo install --git https://github.com/dora-rs/dora dora-rerun

添加到现有图

- id: rerun
  custom:
    source: dora-rerun
    inputs:
      image: webcam/image
      text: webcam/text
      boxes2d: object_detection/bbox
    envs:
      IMAGE_WIDTH: 960
      IMAGE_HEIGHT: 540
      IMAGE_DEPTH: 3
      RERUN_MEMORY_LIMIT: 25%

配置

  • IMAGE_WIDTH: 图像宽度(像素)
  • IMAGE_HEIGHT: 图像高度(像素)
  • IMAGE_DEPTH: 图像深度
  • RERUN_MEMORY_LIMIT: Rerun内存限制

依赖

~51–86MB
~1.5M SLoC