Skip to content

v0.0.3. Segmentation models

Compare
Choose a tag to compare
@tuttelikz tuttelikz released this 25 Aug 19:26
· 42 commits to main since this release
7441d15

TLDR:
In this release, we ship segmentation models. In each of their architectures, backbone part is shared so that every segmentation model can be used with different backbone.

Architectures:

  • DeepLabV3
  • U-Net
  • LinkNet
  • PSPNet
  • FPN

Backbones:

  • VGG
  • ResNet
  • MobileNetV2