Manual setup
Update the submodules:
git submodule update --init --recursiveCreate and activate a base virtual environment:
The exact command varies slightly between OSes - you know how to do this
python3 -m venv .venv source .venv/bin/activateInstall uv package manager
(.venv) pip install uvInstall base virtual environment:
(.venv) uv syncInstall other required virtual environments:
(.venv) wibench-venv rebuildSee venvs for more details
(Optional) Download the pre-trained model weights (if not, weights will be downloaded automatically on first run):
(.venv) python download_models.py