orobix / retina-unet

Retina blood vessel segmentation with a convolutional neural network
1.28k stars 468 forks source link

Validation data #4

Closed dcorti closed 8 years ago

dcorti commented 8 years ago

In order to avoid overfitting on the DRIVE testing dataset, the testing dataset is no longer used for validation. The validation dataset is now obtained by selecting a fraction (10%) of the training data, and a new training is performed with this new validation scheme. The results are basically the same (AUC ROC from 0.9791 to 0.9790).