Skip to content

JaouadT/STAN_implementation_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Description

This is an unofficial implementation of STAN architecture: https://arxiv.org/ftp/arxiv/papers/2002/2002.01034.pdf

Installation

Instructions on how to install and set up the project.

Usage

Instructions on how to use the project and any relevant examples.

  • The script uses a 5 fold cross validation, split the data or reach out for the splitted data and put it inside a 'data' folder.
β”œβ”€β”€ data
β”‚Β Β  β”œβ”€β”€ test
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ images
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ benign (1).png
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ masks
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ benign (1).png
β”‚Β Β  └── train
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ split0
β”‚Β Β  β”‚Β Β      β”‚Β Β  β”œβ”€β”€ images
β”‚Β Β  β”‚Β Β      β”‚Β Β  β”œβ”€β”€ masks
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ split1
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ split2
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ split3
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ split4
  • Run the script main.py

Original paper

Shareef, Bryar et al. β€œStan: Small Tumor-Aware Network for Breast Ultrasound Image Segmentation.” 2020 IEEE 17th International Symposium on Biomedical Imaging (ISBI) (2020): 1-5. https://doi.org/10.1109/ISBI45749.2020.9098691

About

Unofficial implementation of STAN architecture: https://arxiv.org/ftp/arxiv/papers/2002/2002.01034.pdf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages