You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 846 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # dora-rerun
  2. dora visualization using `rerun`
  3. This nodes is still experimental and format for passing Images, Bounding boxes, and text are probably going to change in the future.
  4. ## Getting Started
  5. ```bash
  6. cargo install --force rerun-cli@0.15.1
  7. ## To install this package
  8. git clone git@github.com:dora-rs/dora.git
  9. cargo install --git https://github.com/dora-rs/dora dora-rerun
  10. ```
  11. ## Adding to existing graph:
  12. ```yaml
  13. - id: rerun
  14. custom:
  15. source: dora-rerun
  16. inputs:
  17. image: webcam/image
  18. text: webcam/text
  19. boxes2d: object_detection/bbox
  20. envs:
  21. IMAGE_WIDTH: 960
  22. IMAGE_HEIGHT: 540
  23. IMAGE_DEPTH: 3
  24. RERUN_MEMORY_LIMIT: 25%
  25. ```
  26. ## Configurations
  27. - IMAGE_WIDTH: Image width in pixels
  28. - IMAGE_HEIGHT: Image height in heights
  29. - IMAGE_DEPTH: Image depth
  30. - RERUN_MEMORY_LIMIT: Rerun memory limit