A high-performance visualizer for Universal Manipulation Interface (UMI) datasets using Rerun.
- Generate your "dataset.zarr" data from the UMI repository (Reference UMI repository)
This project uses uv for dependency management.
-
Install uv (for detailed installation guide refer Install uv):
curl -sSf [https://astral.sh/uv/install.sh](https://astral.sh/uv/install.sh) | sh -
Install System Dependencies (Linux only):
sudo apt-get update && sudo apt-get install -y libblosc-dev liblz4-dev -
Run the Visualizer:
uv run main.py /path/to/your/dataset.zarr --episode 1
-
Use [SPACEBAR] to start or pause the Visualization
-
Close the Rerun Window and press Ctrl+C in the terminal to stop the execution
-
Running tests:
uv run black . uv run ruff check . --fix uv run mypy main.py uv run -m pytest