PyTorch implementation of EDNFC-Net: Convolutional Neural Network with Nested Feature Concatenation for Nuclei-Instance Segmentation [Publication Link]
ednfc.py
--> networkednfc_utils.py
--> supporting functionsmain.py
--> trainingtest.py
--> inference
Some parts of the code are reused from albumentations
Sample predictions on test set of ISIC 2017 dataset
@INPROCEEDINGS{gehlot2020,
author={S. {Gehlot} and A. {Gupta} and R. {Gupta}},
booktitle={ICASSP 2020 - 2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
title={EDNFC-Net: Convolutional Neural Network with Nested Feature Concatenation for Nuclei-Instance Segmentation},
year={2020},
pages={1389-1393},}