bob.ip.binseg.configs.datasets.stare.ah_768ΒΆ

STARE dataset for Vessel Segmentation (annotator AH)

Configuration resolution: 768 x 768 (after padding and resizing)

#!/usr/bin/env python
# coding=utf-8

"""STARE dataset for Vessel Segmentation (annotator AH)

Configuration resolution: 768 x 768 (after padding and resizing)

"""
from bob.ip.binseg.configs.datasets.stare import _maker_square

dataset = _maker_square("ah", 768)