v0.1.24
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.