Coverage for src/deepdraw/configs/datasets/jsrt/default.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"""Japanese Society of Radiological Technology dataset for Lung Segmentation
6(default protocol)
8* Split reference: [GAAL-2020]_
9* Configuration resolution: 256 x 256
10* See :py:mod:`deepdraw.data.jsrt` for dataset details
11"""
13from . import _maker_augmented
15dataset = _maker_augmented("default")