Coverage for src/deepdraw/configs/datasets/rimoner3/cup_exp1.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"""RIM-ONE r3 for Optic Cup Segmentation (expert #1 annotations) 

6 

7* Configuration resolution: 1440 x 1088 (after padding) 

8* Split reference: [MANINIS-2016]_ 

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

10""" 

11 

12from . import _maker 

13 

14dataset = _maker("optic-cup-exp1")