Coverage for src/deepdraw/configs/datasets/drive/default.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.3.1, created at 2023-11-30 15:00 +0100

1# SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idiap.ch> 

2# 

3# SPDX-License-Identifier: GPL-3.0-or-later 

4 

5"""DRIVE dataset for Vessel Segmentation (default protocol) 

6 

7* Split reference: [DRIVE-2004]_ 

8* This configuration resolution: 544 x 544 (center-crop) 

9* See :py:mod:`deepdraw.data.drive` for dataset details 

10* This dataset offers a second-annotator comparison for the test set only 

11""" 

12 

13from . import _maker 

14 

15dataset = _maker("default") 

16second_annotator = _maker("second-annotator")