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 721 B

1 year ago
12345678910111213141516171819202122232425
  1. # Python Dataflow Example
  2. This examples shows how to create and connect dora to 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. dora start dataflow.yml --attach
  11. ```
  12. You will see two visualizations. One from matplotlib and one from rerun for comparison.
  13. ## CI/CD
  14. This example is not tested on the CI/CD as visualization is not really testable.
  15. Please reach out in case of issues at: https://github.com/dora-rs/dora/issues