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/shenzhen/fold_7.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"""Shenzhen dataset for TB detection (cross validation fold 7) 

5 

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

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

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

9""" 

10 

11from . import _maker 

12 

13dataset = _maker("fold_7")