bob.ip.binseg.configs.datasets.chasedb1.second_annotator¶
CHASE-DB1 dataset for Vessel Segmentation (second-annotator protocol)
Split reference: [CHASEDB1-2012]
Configuration resolution: 960 x 960 (after hand-specified crop)
See
bob.ip.binseg.data.chasedb1
for dataset detailsThis dataset offers a second-annotator comparison (using “first-annotator”)
#!/usr/bin/env python
# coding=utf-8
"""CHASE-DB1 dataset for Vessel Segmentation (second-annotator protocol)
* Split reference: [CHASEDB1-2012]_
* Configuration resolution: 960 x 960 (after hand-specified crop)
* See :py:mod:`bob.ip.binseg.data.chasedb1` for dataset details
* This dataset offers a second-annotator comparison (using "first-annotator")
"""
from bob.ip.binseg.configs.datasets.chasedb1 import _maker
dataset = _maker("second-annotator")
second_annotator = _maker("first-annotator")