Skip to content

A novel non-pretrained deep supervision network for polyp segmentation

Notifications You must be signed in to change notification settings

guobaoxiao/NPD-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A novel non-pretrained deep supervision network for polyp segmentation

Zhenni Yu, Li Zhao, Tangfei Liao, Xiaoqin Zhang, Geng Chen, Guobao Xiao Pattern Recognition (PR), 2024, 154, 110554

Usage

Installation

git clone https://github.com/guobaoxiao/NPD-Net
cd NPD-Net

Pre-trained models

  • Traindata: download the traindata set from here, put into 'data/TrainDataset'
  • Testdata: download the traindata set from here, put into 'data/TestDataset'
  • pre-weigth: download the weight of res2net50 from here, put into 'weigth/' download the weight of pvtv2 from here, put into 'weigth/'

Weights

Train

python Mytrain.py

Test

python Mytest.py
  • For miou and mDice:
python eval.py
  • For more detailed metrics :
python MSCAF_COD_evaluation/evaluation.py

Citation

If you find this project useful, please consider citing:

@article{yu2024novel,
  title={A novel non-pretrained deep supervision network for polyp segmentation},
  author={Yu, Zhenni and Zhao, Li and Liao, Tangfei and Zhang, Xiaoqin and Chen, Geng and Xiao, Guobao},
  journal={Pattern Recognition},
  pages={110554},
  year={2024},
  publisher={Elsevier}
}

About

A novel non-pretrained deep supervision network for polyp segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages