bob.ip.binseg.configs.datasets.stare.ah¶
STARE dataset for Vessel Segmentation (annotator AH)
Configuration resolution: 704 x 608 (after padding)
Split reference: [MANINIS-2016]
See
bob.ip.binseg.data.stare
for dataset detailsThis dataset offers a second-annotator comparison (using protocol “vk”)
#!/usr/bin/env python
# coding=utf-8
"""STARE dataset for Vessel Segmentation (annotator AH)
* Configuration resolution: 704 x 608 (after padding)
* Split reference: [MANINIS-2016]_
* See :py:mod:`bob.ip.binseg.data.stare` for dataset details
* This dataset offers a second-annotator comparison (using protocol "vk")
"""
from bob.ip.binseg.configs.datasets.stare import _maker
dataset = _maker("ah")
second_annotator = _maker("vk")