phraust1612 / Gleason_U-net

Image segmentation and scoring using U-net architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gleason U-net Project

The goal of the project is to segment prostate cancer tissues by gleason scoring system.
Currently, we're using deep learning model - U-net architecture.

Components

  • extract_model/ : extract weight parameters from pre-trained U-net caffe model to npy's
  • param/ : training Gleason_U-net weight & bias parameters
  • testimages/ : sample test images
  • unet.py : Our Gleason_U-net object
  • coco.py : training code on cocodatasets
  • test.py : test out Gleason_Unet and plot
  • resnet.py : Resnet-152 classifier for gleason scoring
  • init_resnet.py : initializer of resnet weight parameters

Pre-requisites

  • python3
  • tensorflow
  • numpy
  • scikit-image
  • matplotlib
  • pycocotools (optional)

About

Image segmentation and scoring using U-net architecture

License:MIT License


Languages

Language:Python 100.0%