Skip to content

Releases: computational-cell-analytics/micro-sam

v1.3.1 🌈

25 Feb 12:46
09aa8ad
Compare
Choose a tag to compare

Changes

v1.3.0 🌈

20 Feb 22:52
2c5a312
Compare
Choose a tag to compare

New Light Microscopy Models

This release introduces a new light microscopy model that was trained on a larger dataset and clearly improves automatic segmentation.

See the improvements (qualitative and quantitative) of the new model:

new_lm_model_qualitative-eval

new_lm_model_quantitative-eval

The vit-b version of this model is the new default model used in micro_sam.

Changes

v1.2.2 🌈

06 Feb 22:28
f24a81a
Compare
Choose a tag to compare

Changes

v1.2.1 🌈

05 Feb 18:50
a4e3a53
Compare
Choose a tag to compare

This release implements several changes that are part of three of our recent publications that are built on top of micro_sam:

  • medico-sam, which improves SAM for medical images
  • peft-sam, which investigates parameter efficient finetuning for SAM
  • patho-sam, which improves SAM for histopathology

Changes

v1.2.0 🌈

21 Dec 19:19
6c364a3
Compare
Choose a tag to compare

Version 1.2.0

The main changes in this version are:

  • Installation using only conda-forge dependencies and simplified installation instructions (on Linux and Mac OS)
  • Fix annotation in napari widgets with scale factors thanks to @psobolewskiPhD
  • Support for several parameter-efficient training methods thanks to @caroteu and @anwai98

Changes

v1.1.1 🌈

19 Oct 12:53
5724a24
Compare
Choose a tag to compare

Release 1.1.1

Fixing minor issues with 1.1.0 and enabling pytorch 2.5 support.

Changes

v1.1.0 🌈

18 Oct 17:57
7a8182a
Compare
Choose a tag to compare

Version 1.1.0

micro_sam is a tool for microscopy image segmentation based on Segment Anything model.

This version introduces several improvements:

  • Compatibility with napari >= 0.5
  • CLI for automatic instance segmentation
  • Initial support for parameter efficient finetuning and automatic 2d/3d semantic segmentation (not available via the napari plugin yet, but part of the python library)
  • And several other minor improvements and bugfixes

Changes

v1.0.1 🌈

24 May 10:44
6be991a
Compare
Choose a tag to compare

Changes

v1.0.0: Stable Napari Tool and Library

02 May 19:48
c71da79
Compare
Choose a tag to compare

Post release to include minor changes, especialy UI fixes.

Changes

v1.0.0: Stable Napari Tool and Library

30 Apr 19:51
304c960
Compare
Choose a tag to compare

Stable version of the napari plugin and library!

Changes