Releases: biigle/magic-sam
Releases · biigle/magic-sam
Release list
v1.6.3
v1.6.2
What's Changed
- Bump the npm_and_yarn group across 1 directory with 1 update by @dependabot[bot] in #77
- Bump vite from 6.4.1 to 6.4.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #78
- Bump lodash from 4.17.23 to 4.18.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #79
- Bump pillow from 12.1.1 to 12.2.0 in the pip group across 1 directory by @dependabot[bot] in #80
- Bump protocol-buffers-schema from 3.6.0 to 3.6.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #81
- Bump protobufjs from 6.11.4 to 7.5.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #82
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- Bump flatted from 3.3.3 to 3.4.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #74
- Fix embedding resizing for images smaller than model input size by @mzur in #76
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Bump immutable from 5.0.3 to 5.1.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #72
- Support for detailed outlines and mosaics by @mzur in #73
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Upgrade instructions
Image embeddings are now generated using a continuous Python process. This requires a new service configured for Docker Compose as below. The Docker container can be based on ghcr.io/biigle/pyworker but also must satisfy the Python requirements.txt of this repository. While this works reasonably well on the CPU it is best deployed on the GPU. The gpu branch of the biigle/biigle branch already contains the correct configuration.
magic-sam-pyworker:
image: magic-sam-pyworker
user: ${USER_ID}:${GROUP_ID}
working_dir: /var/www
volumes:
- ./:/var/www
init: true
environment:
# The SAM model type.
# See: https://github.com/facebookresearch/segment-anything#model-checkpoints
- SAM_MODEL_TYPE=vit_h
# URL from which to download the model checkpoint (must match the model type above).
# Important: The model checkpoint must match with the ONNX file (see config/
# magic_sam.php)!
- SAM_MODEL_URL=https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth
command: "python vendor/biigle/magic-sam/src/resources/scripts/GenerateEmbeddingWorker.py"What's Changed
- Bump lodash from 4.17.21 to 4.17.23 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #67
- Update torch and torchvision versions in requirements by @mzur in #66
- Update Pillow version by @mzur in #68
- Bump rollup from 4.37.0 to 4.59.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #69
- Bump minimatch from 3.1.2 to 3.1.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #70
- Implement generating embeddings via pyworker service by @mzur in #71
Full Changelog: v1.4.2...v1.5.0
v1.4.2
What's Changed
- Bump vite-plugin-static-copy from 2.3.0 to 2.3.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #56
- Bump vite from 6.3.4 to 6.3.6 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #57
- Bump vite from 6.3.6 to 6.4.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #59
- Fix and improve actions by @mzur in #63
- Audit npm packages by @mzur in #62
- Fix compatibility with LabelBOT by @mzur in #65
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Bump vite from 6.2.3 to 6.3.3 in the npm_and_yarn group across 1 directory by @dependabot in #52
- Bump vite from 6.3.3 to 6.3.4 in the npm_and_yarn group across 1 directory by @dependabot in #53
- Fix wasm path by @mzur in #54
Full Changelog: v1.4.0...v1.4.1
v1.4.0
v1.3.3
v1.3.2
What's Changed
- Bump express from 4.17.3 to 4.19.2 by @dependabot in #34
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #33
- Bump webpack-dev-middleware from 5.3.1 to 5.3.4 by @dependabot in #31
- Bump ws from 8.5.0 to 8.18.0 by @dependabot in #32
- Bump follow-redirects from 1.14.9 to 1.15.6 by @dependabot in #35
- Update JS packages to fix vulnerabilities by @mzur in #39
- Bump @babel/traverse from 7.17.3 to 7.24.8 by @dependabot in #37
- Bump browserify-sign from 4.2.1 to 4.2.3 by @dependabot in #36
- Fix slider focus to enable keyboard shortcuts again by @lehecht in #41
New Contributors
- @dependabot made their first contribution in #34
Full Changelog: v1.3.1...v1.3.2