Skip to content

A Knowledge-Driven Deep Learning Model for Fine-grained Classification of Wet-AMD

Notifications You must be signed in to change notification settings

TianYi2000/KFWC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retinal Optical Coherence Tomography Classification

Pytorch implementation for retinal OCT images of Kaggle

Model

model.png

Results

test_results.png

confusion_matrix.png

Prerequisites

Getting Started

Installation

  • Install PyTorch and dependencies from http://pytorch.org
  • Install Torch vision from the source.
git clone https://github.com/pytorch/vision
cd vision
python setup.py install

Retinal OCT Image Dataset

  • To train the model, modify the dataset path in train.py
data_dir = 'dataset path'

Train

  • Train a model:
python train.py 

Test

  • Test the model:
python test.py

About

A Knowledge-Driven Deep Learning Model for Fine-grained Classification of Wet-AMD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published