Skip to content

Releases: biigle/magic-sam

v1.6.3

Choose a tag to compare

@mzur mzur released this 22 Apr 09:14
276602b

What's Changed

  • Add optional --port flag to worker script by @mzur in #83

Full Changelog: v1.6.2...v1.6.3

v1.6.2

Choose a tag to compare

@mzur mzur released this 21 Apr 06:56
2db5576

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

Choose a tag to compare

@mzur mzur released this 23 Mar 13:36
8c5a55e

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

Choose a tag to compare

@mzur mzur released this 20 Mar 15:24
265da14

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

Choose a tag to compare

@mzur mzur released this 27 Feb 14:49
1e84980

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

Choose a tag to compare

@mzur mzur released this 19 Nov 13:32
06a50e0

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

Choose a tag to compare

@mzur mzur released this 07 May 12:10
5d47bc4

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

Choose a tag to compare

@mzur mzur released this 29 Apr 07:46
ca40b27

What's Changed

Full Changelog: v1.3.3...v1.4.0

v1.3.3

Choose a tag to compare

@mzur mzur released this 10 Oct 14:48
9254399

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

Choose a tag to compare

@mzur mzur released this 21 Aug 08:39
f2856a0

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2