forked from dora-rs/dora
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configurable memory section and README section
- Loading branch information
1 parent
f6ce04b
commit 73b83f2
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,27 @@ cargo install --force [email protected] | |
git clone [email protected]:dora-rs/dora.git | ||
cargo install --git https://github.com/dora-rs/dora dora-rerun | ||
``` | ||
|
||
## Adding to existing graph: | ||
|
||
```yaml | ||
- 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% | ||
``` | ||
## Configurations | ||
- IMAGE_WIDTH: Image width in pixels | ||
- IMAGE_HEIGHT: Image height in heights | ||
- IMAGE_DEPTH: Image depth | ||
- RERUN_MEMORY_LIMIT: Rerun memory limit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters