Skip to content

CielAl/pytorch-carcino-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-carcino-net

Pytorch implementation of Carcino-Net.

  • Use SICAPV2 prostate data for segmentation of negative (non-cancerous background), low grade (Gleason grade group 3), and high grade (Gleason grade group 4 and 5).

Usage:

python -m carcino_net.scripts.train_carcino --help for detail arguments of training scripts.

python -m carcino_net.scripts.validate_carcino --help for detail arguments of validation and to export showcase output masks.

To DO:

  • documentation

Disclaimer

  • Multi-class focal loss are directly derived from Adeel Hassan's implementation. Alternatively you may use the weighted cross entropy in pytorch combining the (1 - softmax score) as the focal term.