Skip to content

Dora v0.3.7

Compare
Choose a tag to compare
@haixuanTao haixuanTao released this 18 Nov 05:08
· 113 commits to main since this release
efe6cc9

Making Dora simpler

  • dora run command now removes the need for dora up and removes the need for background process: #703
dora run examples/camera/dataflow.yml
  • You can now build, run and start URL dataflow. #682
dora build/start https://raw.githubusercontent.com/dora-rs/dora/refs/heads/main/examples/camera/dataflow.yml
  • You can now pip install the dora cli for Linux, as well as all rust written nodes. #706
pip install dora-rs-cli
pip install dora-rerun

Releasing additional nodes

  • Vision Language Model (VLM): Qwenvl2 with data recording and finetuning with llama factory
dora build examples/vlm/dataflow.yml
dora run examples/vlm/dataflow.yml
Screencast.from.2024-11-18.04-23-10.webm
  • Audio: Whisper Turbo, Sidero Voice Activity Detection(VAD), Opus translation

speech-to-text example:

dora build examples/speech-to-text/dataflow.yml
dora run examples/speech-to-text/dataflow.yml
Screencast.from.2024-11-18.04-28-33.webm

translation example:

dora build examples/translation/dataflow_en_fr.yml
dora run examples/translation/dataflow_en_fr.yml
  • visualisation: Dora rerun with 3D visualisation. Time series and now in pip.
dora build examples/piper/play_dummy_inference.yml
dora run examples/piper/play_dummy_inference.yml
Screencast.from.2024-11-18.05-30-19.webm

Please checkout piper examples.

  • Hardware: Agilex Piper sdk, Astra camera with PyOrbbeckSdk and tracer mobile base

Known Issue still present in 0.3.7

  • Python dataflow does not stop gracefully #625
  • Queue_size is not properly respected #652

What's Changed

New Contributors