AnyTraverse: An off-road traversability framework with VLM and human operator in the loop
Paper β’ 2506.16826 β’ Published
A live Gradio dashboard for evaluating the AnyTraverse zero-shot off-road traversability framework (paper, PyPI).
Try it online: huggingface.co/spaces/sattwik21/anytraverse-studio (runs on ZeroGPU), or run it locally on your own machine (see below).
ok; provide a Ο update (e.g. mud: -0.7; gravel: 0.6, or just ok) and
press Resumeimageio-ffmpeg, no system ffmpeg required)pip + a virtualenvgit clone https://huggingface.co/sattwik21/anytraverse-studio
cd anytraverse-studio
With uv (recommended):
uv sync
Or with plain pip:
python3 -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt
If Torch pulls the wrong build, install the CUDA build explicitly, e.g.:
pip install torch --index-url https://download.pytorch.org/whl/cu128
pip install torchvision --index-url https://download.pytorch.org/whl/cu128
python app.py
The dashboard opens at http://localhost:7860. Since share=True is enabled
outside Hugging Face Spaces, Gradio will also print a temporary public share
link at startup β you can ignore it for local use.
.mp4, .mov, .avi).{} for default preferences, or enter e.g.
{"road": 1.0, "grass": 0.0, "bush": -0.8}.unknown_scene / unknown_object), type an operator
update in the box and press β
Apply & Resume.data/weights/ and the generated *.mp4 files are runtime artifacts; the
dashboard writes raw_opencv_temp.mp4 and anytraverse_h264_output.mp4 in
the working directory.The interactive Space lives at huggingface.co/spaces/sattwik21/anytraverse-studio. This repo is the model card / source for the same dashboard.