VLM-AutoYOLO v1.5.4
What's Changed
- chore: remove accidentally committed db and test thumbnails (e611f1f)
- feat: SAM3 stability, batch UX, Docker, and core fixes (3cad515)
- feat: integrate SAM3 text-driven detection + segmentation strategy (675a8f8)
- docs: update Mac model to MacBook Pro M4 Pro (281f36c)
- docs: add comprehensive macOS benchmark metrics (5f0f3c6)
- test: add detailed benchmark script with macOS memory tracking support (eb7e1a1)
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.4
docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-backend:v1.5.4Manual Setup
See README for detailed instructions.
Full Changelog: v1.5.2...v1.5.4