optic-nerve-cnn icon indicating copy to clipboard operation
optic-nerve-cnn copied to clipboard

Code repository for a paper "Optic Disc and Cup Segmentation Methods for Glaucoma Detection with Modification of U-Net Convolutional Neural Network"

Results 11 optic-nerve-cnn issues
Sort by recently updated
recently updated
newest added

Saw your README commit about no longer maintaining this repo. Don't! - Maintain it instead. - Really there is very little required to keep it maintained… This [WiP] PR should...

Unable to unzip after downloading. I hope there is a new link

Can you guide me on how to calculate the Cup to Disc Ratio for any dataset like the RIM-ONE v3, in this paper-you are cropping the OD to segment the...

How can we create an hdf5 file with a joint optic cup disc for the rimonev3 database in extract_data.py

Thanks for open-sourcing this. Noticed you had this line in [one of your notebooks](http://nbviewer.jupyter.org/github/seva100/optic-nerve-cnn/blob/master/scripts/U-Net%2C%20OD%20cup%20on%20RIM-ONE%20v3%2C%20cropped%20by%20OD%20%28fold%200%29.ipynb): >512 px cropped by Optic Disc area and resized to 128 px images were used. How...

There's a compatibility error on the U-Net, OD cup on > **RIM-ONE v3, cropped by OD (fold 0).ipynb (nbviewer)** on the following code: `if K.backend() == 'tensorflow': sess = K.get_session()`...

I am using your > U-Net, OD on DRIONS-DB (fold 0) notebook to simulate OD segmentation on DRIONS DB, It works perfectly fine when i use your pre-trained model from...

RIM_ONE_v3.hdf5 and all_data.hdf5 need how to generate it, what are the requirements?

I was trying to replicate the results presented in the paper by following the procedure you have outlined. For some reason, no matter which weights I load from the 'models_weights'...