Accepted to ISBI 2024 Read the paper here
Code based on the monai implementation of the EfficientUNet and the HoVerNet
- Fill the cross validation file with the names of your WSIs
- Modify the paths in training_conf_hover.py, training_conf_bin.py inf_conf_hover.py, inf_conf_bin.py
- In run_training.py and inference.py select the correct config file
- Train with
python source/deep_learning_seg/training/run_training.py
- Infer with
python source/deep_learning_seg/inference/inference.py
Models weights to come