office_gzweb/run_yolo.sh

6 lines
205 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export VISION_BACKEND=yolo
exec bash "${ROOT}/run_all.sh" mapping --explore --gzweb --no-gzweb-vite --vision "$@"