Coverage for src/deepdraw/configs/datasets/stare/ah.py: 100%
4 statements
« prev ^ index » next coverage.py v7.4.2, created at 2024-03-29 22:17 +0100
« prev ^ index » next coverage.py v7.4.2, created at 2024-03-29 22:17 +0100
1# SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idiap.ch>
2#
3# SPDX-License-Identifier: GPL-3.0-or-later
5"""STARE dataset for Vessel Segmentation (annotator AH)
7* Configuration resolution: 704 x 608 (after padding)
8* Split reference: [MANINIS-2016]_
9* See :py:mod:`deepdraw.data.stare` for dataset details
10* This dataset offers a second-annotator comparison (using protocol "vk")
11"""
13from . import _maker
15dataset = _maker("ah")
16second_annotator = _maker("vk")