Coverage for src/deepdraw/configs/datasets/chasedb1/first_annotator.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"""CHASE-DB1 dataset for Vessel Segmentation (first-annotator protocol)
7* Split reference: [CHASEDB1-2012]_
8* Configuration resolution: 960 x 960 (after hand-specified crop)
9* See :py:mod:`deepdraw.data.chasedb1` for dataset details
10* This dataset offers a second-annotator comparison
11"""
13from . import _maker
15dataset = _maker("first-annotator")
16second_annotator = _maker("second-annotator")