bob.med.tb.configs.datasets.indian_RS.defaultΒΆ
Indian dataset for TB detection (default protocol) (extended with DensenetRS predictions)
Split reference: [INDIAN-2013] with 20% of train set for the validation set
This configuration resolution: 512 x 512 (default)
See
bob.med.tb.data.indian
for dataset details
#!/usr/bin/env python
# coding=utf-8
"""Indian dataset for TB detection (default protocol)
(extended with DensenetRS predictions)
* Split reference: [INDIAN-2013]_ with 20% of train set for the validation set
* This configuration resolution: 512 x 512 (default)
* See :py:mod:`bob.med.tb.data.indian` for dataset details
"""
from . import _maker
dataset = _maker("default")