Skip to content

Latest commit

 

History

80 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

histologySegmentationTraining

CPU Training Status Publish Container mlf-core lint Documentation Status

Deep Learning training module for semantic segmentation in histological images.

The training dataset used is the Lizard dataset: https://zenodo.org/record/7508237

The dataset comprises 4,981 patched images from multiple colon tissue H&E-stained histological images. Each image contains a segmentation mask with six nuclei classes:

  • Neutrophil
  • Epithelial
  • Lymphocyte
  • Plasma
  • Eosinophil
  • Connective tissue

Training can be performed both deterministically and non-deterministically on three different architectures:

  • Basic U-Net
  • Context U-Net
  • Spatial Transformer U-Net

Prediction Example


License


Features

  • Fully reproducible mlf-core PyTorch model
  • Supports training with the following architectures:
    • U-Net
    • Context U-Net
    • Spatial Transformer U-Net

Installation

  1. Clone the repository:
git clone <repository-url>
cd seg_training
  1. Create the conda environment using the provided environment_new.yml file:
conda env create -f environment_new.yml
conda activate <environment-name>

References


Credits

This package was created with mlf-core using Cookiecutter.

This repository was originally written by Dominik Molitor.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages