Coverage for src/deepdraw/configs/datasets/drishtigs1/disc_all.py: 100%
3 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"""DRISHTI-GS1 dataset for Optic Disc Segmentation (agreed by all annotators)
7* Configuration resolution: 1760 x 2048 (after center cropping)
8* Reference (includes split): [DRISHTIGS1-2014]_
9* See :py:mod:`deepdraw.data.drishtigs1` for dataset details
10"""
12from . import _maker
14dataset = _maker("optic-disc-all")