Coverage for src/deepdraw/configs/datasets/chasedb1/first_annotator_1024.py: 100%

3 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"""CHASE-DB1 dataset for Vessel Segmentation. 

6 

7Configuration resolution: 1024 x 1024 (after Pad and resize) 

8""" 

9 

10from . import _maker_square 

11 

12dataset = _maker_square("first-annotator", 1024)