Skip to content

xuqing88/Pytorch-SSDL-OCT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semi-supervised-DL-method-for-Retinopathy-Automatic-Detection

Table of Contents

About The Project

The paper: Automatic Detection of Retinopathy with Optical Coherence Tomography Images via a Semi-supervised Deep Learning Method

A semi-supervised deep learning method for retinopathy detection with OCT images is proposed.

Getting Started

To get a local copy and runn following simple steps.

Prerequisites

Download the dataset from below links and unzip the data files into folder dataset.

Package used

 torch              1.6.0+cu101
 scikit-learn       0.21.3
 numpy              1.18.1

Usage

  1. Split the data into four subsets: train, validation, test and unlabel. The proposed method will use samples from train and unlabel folders for model training
python BOE_dataset_split.py
python CELL_dataset_split.py
  1. Run the model training with the selected dataset
python VAT_semiDL_train.py -d 'BOE'

License

Distributed under the MIT License. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages