Skip to content

xuyangcao/dense-unet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dense-unet

This is a dense-unet segmentation architecture based on pretained dense net.

We created three dense-unet architecture based on DenseNet121, DenseNet161 and DenseNet201, the details of the proposed dense-unet is listed in the following:

DenseUnet Architecture

We test U-Net, Res-Unet, DenseUnet121, DenseUnet161, DenseUnet201 in this project, training loss and validation dice similarity coeficient are shown below:

Training Loss

Validation Dice

usage

train

python train.py --save ./work/super/test

test

python test.py --resume $resume_path$

Releases

No releases published

Packages

No packages published

Languages