nkicsl / PMCNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PMCNet

This repository contains the Keras implementation using Tensorflow as backend of our paper "Progressive Multi-scale Consistent Network for Multi-class Fundus Lesion Segmentation"

Requirements

python 3.6

numpy 1.16.4

keras 2.3.1

tensorflow 1.13.1

pillow 7.0.0

opencv-python 4.1.0

Usage

  1. Clone the repository, and download the pre-trained ImaenNet model, put them into ./ folder. The details of the training are in train.py file.

  2. And then run the code:python train.py Note that the parameters and paths should be set beforehand

  3. Once the training is complete, you can run the test.py to test your model. Run the code : python test.py.

LICENSE

Code can only be used for ACADEMIC PURPOSES. NO COMERCIAL USE is allowed. Copyright © College of Computer Science, Nankai University. All rights reserved.

Citation

About

License:MIT License


Languages

Language:Python 100.0%