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

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

3 statements  

1#!/usr/bin/env python 

2# coding=utf-8 

3 

4"""Padchest tuberculosis (idiap protocol) dataset for computer-aided diagnosis 

5 

6The 125 healthy images are the first 125 padchest images with the following 

7parameters: Label = "Normal", MethodLabel = "Physician", Projection = "PA" 

8 

9* Split reference: first 80% of TB and healthy CXR for "train", rest for "test" 

10* See :py:mod:`bob.med.tb.data.padchest` for dataset details 

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

12""" 

13 

14from . import _maker 

15 

16dataset = _maker("tb_idiap", RGB=False)