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.
To get a local copy and runn following simple steps.
Download the dataset from below links and unzip the data files into folder dataset
.
torch 1.6.0+cu101
scikit-learn 0.21.3
numpy 1.18.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
- Run the model training with the selected dataset
python VAT_semiDL_train.py -d 'BOE'
Distributed under the MIT License. See LICENSE
for more information.