Skip to content

humanbeingthere/Pytorch-Iternet

 
 

Repository files navigation

Pytorch-Iternet

PyTorch implementation of IterNet, based on paper IterNet: Retinal Image Segmentation Utilizing Structural Redundancy in Vessel Networks (Li et al., 2019) and accompanying code.

Training parameters

python main.py --param param_value

The following hyperparameters can also be provided. Smallest model from paper is shown for comparison.

Argument Default
--gpus 4,5,6
--size. 592
--crop_size 128
--image_dir ''
--mask_dir ''
--train.csv ''
--val.csv ''
--lr 0.0001
--epochs 2
--batch_size 32
--model_dir ''
--seed 2020123

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%