VLM-AutoYOLO v1.5.10
What's Changed
- fix: make SAM3 Docker dependencies opt-in (b999eb7)
- fix: set alembic script_location as absolute path (df999d5)
- fix: pass backend ruff checks (69acf2b)
- chore: add .cli_pids.json to .gitignore (bd7af97)
- docs: bump changelog to v1.5.10, add CUDA spawn fix (316419d)
- fix: set multiprocessing start method to spawn for CUDA compatibility (2c8b148)
- docs: move new changes to v1.5.10, keep v1.5.9 as tagged (72b6cc2)
- docs: update CHANGELOG + READMEs with CLI, security fixes, refactoring (742f4d2)
- feat: CLI --models flag to select which models to download (faeb8cf)
- feat: CLI checks SAM3 HF_TOKEN, guides setup with step-by-step instructions (bd3a7cd)
- feat: complete CLI — stop, status, pnpm check, Windows paths, port fallback (4cdf7b7)
- feat: add model download to CLI setup (LocateAnything-3B, ~6GB) (ec12226)
- feat: add CLI — python3 cli.py setup|start|all for one-command launch (fafb554)
- fix: bulk delete always query page=1 to avoid skipping on offset drift (a423cc3)
- fix: chunkSize validation, Content-Length guard, bulk delete pagination (67873d6)
- fix: P2/P3 — chunk upload security, migration fail-fast, SSE leak, bulk delete (2166d57)
- refactor: rename useInfiniteScroll → useScrollLoad (avoid ahooks conflict) (1294778)
- fix: use Path.is_relative_to for ZIP path traversal check (cross-platform) (8a7786b)
- fix: increase overscan 10→20 for all virtual lists to reduce white flash (174c646)
- refactor: extract Header + DetectionControls from Sidebar (496→233 lines) (8042f63)
- refactor: extract VideoList + ExtractionPanel from VideoPanel (591→224 lines) (aea84be)
- refactor: split dataset_import.py into package (yolo, coco, voc, createml) (e345562)
Installation
Docker (Recommended)
curl -O https://raw.githubusercontent.com/Somnusochi/VLM-AutoYOLO/master/docker-compose.yml
docker compose up -dAccess:
- Frontend: http://localhost
- API Docs: http://localhost:8000/docs
Docker Images
docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-frontend:v1.5.10
docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-backend:v1.5.10Manual Setup
See README for detailed instructions.
Full Changelog: v1.5.9...v1.5.10