Skip to content

Symefa/FP-Biomedik-Breast-Cancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FP-Biomedik-Breast-Cancer

a Breast Cancer Segmentation using FCN.

Datasets

The dataset that being used in this project are DATASET_BUSI from Aly Fahmy source | mirror

Preparation

first we make sure the dimension of data is same for each image file. we choose dimension of 360x398 pixel that resulted an uniform size across all the image file while keeping the area of the mask.

we are using preprocess.py

the next step we split the data into test set and train set you can modify the ratio on splitter.py

finally we transforming the mask so it resulted an image that contain 0 value pixel and 1 value pixel using annotation_fix.py

train & evaluation

we are using FCN_32 from keras to train the model. and compares it using IOU method.

About

FP BIOMEDIK IF ITS 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages