This repository bundles the implementations to the methods used in Methods for the frugal labeler: Multi-class semantic segmentation on heterogeneous labels.
Exemplary notebook which uses the tools provided in this repository.
Implementation of the Heteregenous Mask iterator introduced in the paper. Fully configurable and usable with TensorFlow/Keras.
Implementation of the loss functions introduced in the paper.
Implementation of the UNet model used in the paper.
Module which provides training- and test-generators ready to be used with Keras.
Helper module which creates one hot encoded tensors from images (used for training).
- Run
pip install -e .
while in the base directory.
For questions and remarks feel free to contact Mark Schutera or Luca Rettenberger.