Skip to content
Snippets Groups Projects
Commit 13d18254 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc] Adjustments for REFUGE dataset

parent d0e95d34
No related branches found
No related tags found
1 merge request!12Streamlining
Pipeline #38934 passed
......@@ -8,29 +8,28 @@ challenge. The goal of the challenge is to evaluate and compare automated
algorithms for glaucoma detection and optic disc/cup segmentation on a common
dataset of retinal fundus images.
* Reference: [REFUGE-2018]_
* Reference (including train/dev/test split): [REFUGE-2018]_
* Protocols ``optic-disc`` and ``cup``:
* Training samples:
* 400
* includes optic-disc and cup labels
* includes label: glaucomatous and non-glaucomatous
* original resolution: 2056 x 2124
* Validation samples: 400:
* 400
* includes optic-disc and cup labels
* original resolution: 1634 x 1634
* Test samples:
* 400
* includes optic-disc and cup labels
* includes label: glaucomatous and non-glaucomatous
* original resolution:
* Split reference: [REFUGE-2018]_
.. warning:
Notice that the data cropping/resizing algorithm applied on training and
"validation" data are slightly different and need to be cross-checked.
* Training samples:
* 400
* includes optic-disc and cup labels
* includes label: glaucomatous and non-glaucomatous
* original resolution: 2056 x 2124
* Validation samples:
* 400
* includes optic-disc and cup labels
* original resolution: 1634 x 1634
* Test samples:
* 400
* includes optic-disc and cup labels
* includes label: glaucomatous and non-glaucomatous
* original resolution:
"""
import os
......
......@@ -36,6 +36,7 @@ Datasets
bob.ip.binseg.data.chasedb1
bob.ip.binseg.data.hrf
bob.ip.binseg.data.iostar
bob.ip.binseg.data.refuge
Engines
......@@ -171,8 +172,11 @@ Datasets
bob.ip.binseg.configs.datasets.dristhigs1_od_test
bob.ip.binseg.configs.datasets.refuge_cup
bob.ip.binseg.configs.datasets.refuge_cup_dev
bob.ip.binseg.configs.datasets.refuge_cup_test
bob.ip.binseg.configs.datasets.refuge_cup_test
bob.ip.binseg.configs.datasets.refuge_od
bob.ip.binseg.configs.datasets.refuge_od_dev
bob.ip.binseg.configs.datasets.refuge_od_test
bob.ip.binseg.configs.datasets.rimoner3_cup
......
......@@ -113,27 +113,16 @@ to generate iterators for training and testing.
- [DRISHTIGS1-2014]_
- 50
- 51
* - REFUGE_ (train)
* - REFUGE_
- [REFUGE-2018]_
- 2056 x 2124
- 400
- 2056 x 2124 (1634 x 1634)
- 1200 (400+400+400)
-
-
- x
- x
- [REFUGE-2018]_
- 400
-
* - REFUGE_ (val)
- [REFUGE-2018]_
- 1634 x 1634
- 400
-
-
- x
- x
- [REFUGE-2018]_
-
- 400 (+400)
- 400
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment