deepdraw.configs.datasets.drive.default#

DRIVE dataset for Vessel Segmentation (default protocol)

  • Split reference: [DRIVE-2004]

  • This configuration resolution: 544 x 544 (center-crop)

  • See deepdraw.data.drive for dataset details

  • This dataset offers a second-annotator comparison for the test set only

from . import _maker

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