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_rgb.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, rgb) dataset for  

5computer-aided diagnosis 

6 

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

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

9 

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

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

12* This configuration resolution: 224 x 224 (default) 

13""" 

14 

15from . import _maker 

16 

17dataset = _maker("tb_idiap", resize_size=256, cc_size=224)