6个版本
0.3.5 | 2024年7月3日 |
---|---|
0.3.5-rc0 | 2024年6月26日 |
0.3.4 | 2024年5月20日 |
0.3.4-rc2 | 2024年5月17日 |
#74 in 可视化
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