Coverage for /scratch/builds/bob/bob.med.tb/miniconda/conda-bld/bob.med.tb_1674079587905/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/python3.10/site-packages/bob/med/tb/configs/datasets/padchest_RS/tb_idiap.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.0.5, created at 2023-01-18 22:14 +0000

1#!/usr/bin/env python 

2# coding=utf-8 

3 

4"""Extended Padchest TB dataset for TB detection (default protocol) 

5(extended with DensenetRS predictions) 

6 

7* Split reference: 64%/16%/20% 

8* See :py:mod:`bob.med.tb.data.padchest_RS` for dataset details 

9* This configuration resolution: 512 x 512 (default) 

10""" 

11 

12from . import _maker 

13 

14dataset = _maker("tb_idiap")