v0.1.23
0.1.23 — 2023-08-28
Features
-
add a stem-skip module. (Long skip for the input image resolution feature map)
-
add
UnetTRtransformer encoder wrapper class -
add a new
Encoderwrapper 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-VitDetimage encoder with support to load pre-trainedSAMweights -
Add
CellVIT-SAMmodel.
Docs
-
Add notebook example on training
Hover-Netwith lightning from scratch. -
Add notebook example on training
StarDistwith lightning from scratch. -
Add notebook example on training
CellPosewith accelerate from scratch. -
Add notebook example on training
OmniPosewith accelerate from scratch. -
Add notebook example on finetuning
CellVIT-SAMwith accelerate.
Fixes
-
Fix current
TimmEncoderto store feature info -
Fix Up block to support transconv and bilinear upsampling and fix data flow issues.
-
Fix
StardistUnetclass to output all the decoder features. -
Fix
Decoder,DecoderStageand long-skip modules to work with up scale factors instead of output dimensions.