Cellseg-models-pytorch

Latest version: v0.1.24

Safety actively analyzes 623883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.1.24

Style

- Update the `Ìnferer.infer()` -method api to accept arguments related to saving the model outputs.

Features

- Add `CPP-Net`. https://arxiv.org/abs/2102.06867

- Add option for mixed precision inference

- Add option to interpolate model outputs to a given size to all of the segmentation models.

- Add DINOv2 Backbone

- Add support for `.geojson`, `.feather`, `.parquet` file formats when running inference.

Docs

- Add `CPP-Net` example trainng with Pannuke dataset.

Fixes

- Fix resize transformation bug.

<a id='changelog-0.1.23'></a>

0.1.23

Features

- add a stem-skip module. (Long skip for the input image resolution feature map)

- add UnetTR transformer encoder wrapper class
- add a new Encoder wrapper for timm and unetTR based encoders

- Add stem skip support and upsampling block options to all current model architectures

- Add masking option to all the criterions
- Add `MAELoss`
- Add `BCELoss`

- Add base class for transformer based backbones
- Add SAM-VitDet image encoder with support to load pre-trained SAM weights

- Add `CellVIT-SAM` model.

Docs

- Add notebook example on training Hover-Net with lightning from scratch.

- Add notebook example on training StarDist with lightning from scratch.
- Add notebook example on training CellPose with accelerate from scratch.
- Add notebook example on training OmniPose with accelerate from scratch.

- Add notebook example on finetuning CellVIT-SAM with accelerate.

Fixes

- Fix current TimmEncoder to store feature info

- Fix Up block to support transconv and bilinear upsampling and fix data flow issues.

- Fix StardistUnet class to output all the decoder features.

- Fix Decoder, DecoderStage and long-skip modules to work with up scale factors instead of output dimensions.

<a id='changelog-0.1.22'></a>

0.1.22

Features

- Add mps (Mac) support for inference
- Add cell class probabilities to saved geojson files

<a id='changelog-0.1.21'></a>

0.1.21

Features

- Add StrongAugment data augmentation to data-loading pipeline: https://arxiv.org/abs/2206.15274

Fixes

- Minor bug fixes
<a id='changelog-0.1.20'></a>

0.1.20

Fixes

- Enable writing folder & hdf5 datasets with only images (previously needed image-mask pairs)
- Enable writing datasets without patching.

- Add long missing h5 reading utility function to `FileHandler`

Features

- Add hdf5 input file reading to `Inferer` classes.

- Add option to write pannuke dataset to h5 db in `PannukeDataModule` and `LizardDataModule`.

- Add a generic model builder function `get_model` to `models.__init__.py`

- Rewrite segmentation benchmarker. Now it can take in hdf5 datasets.

<a id='changelog-0.1.19'></a>

0.1.19

Features

- Add pytorch lightning in-built `auto_lr_finder` option to `SegmentationExperiment`

<a id='changelog-0.1.18'></a>

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.