Coverage for src/deepdraw/configs/datasets/drive/default_1024.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"""DRIVE dataset for Vessel Segmentation (Resolution used for MTL models)
7This configuration resolution: 1024 x 1024 (Pad + resize)
8"""
10from . import _maker_square
12dataset = _maker_square("default", 1024)