deepdraw.configs.datasets.chasedb1.first_annotator#

CHASE-DB1 dataset for Vessel Segmentation (first-annotator protocol)

  • Split reference: [CHASEDB1-2012]

  • Configuration resolution: 960 x 960 (after hand-specified crop)

  • See deepdraw.data.chasedb1 for dataset details

  • This dataset offers a second-annotator comparison

from . import _maker

dataset = _maker("first-annotator")
second_annotator = _maker("second-annotator")