Skip to content

VLM-AutoYOLO v1.5.4

Choose a tag to compare

@github-actions github-actions released this 07 Jun 06:50
· 103 commits to master since this release

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 -d

Access:

Docker Images

docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-frontend:v1.5.4
docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-backend:v1.5.4

Manual Setup

See README for detailed instructions.

Full Changelog: v1.5.2...v1.5.4