Skip to content

v0.1.24

Compare
Choose a tag to compare
@okunator okunator released this 16 Oct 06:58
· 134 commits to main since this release

0.1.24 — 2023-10-13

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.