Skip to content
Snippets Groups Projects
README.md 3.02 KiB

Stain normalisation for domain generalisation

This project aims to analyze the impact of stain normal- ization on domain generalization in histopathological images. The analysis is carried out in two parts:

  1. Qualitative assessment of how stain normalization affects the visual quality of the normalized images.
  2. Evaluation of how stain normalization influences the performance of downstream tasks.
  3. Analysis of the relationship between image quality post- normalization and the performance of downstream tasks.

Project Structure

Dependencies

 conda create --name stain_norm_eval python=3.12.3
 conda activate stain_norm_eval
 pip install -r requirements.txt

MultiPathGAN

To train multipathGAN on multiple domains in run:

 python -m multiGAN.train --is_cluster --mode 'train'