bob.med.tb.configs.datasets.montgomery_RS.default¶
Montgomery dataset for TB detection (default protocol) (extended with DensenetRS predictions)
Split reference: first 64% of TB and healthy CXR for “train” 16% for
“validation”, 20% for “test”
This configuration resolution: 512 x 512 (default)
See
bob.med.tb.data.montgomery
for dataset details
#!/usr/bin/env python
# coding=utf-8
"""Montgomery dataset for TB detection (default protocol)
(extended with DensenetRS predictions)
* Split reference: first 64% of TB and healthy CXR for "train" 16% for
* "validation", 20% for "test"
* This configuration resolution: 512 x 512 (default)
* See :py:mod:`bob.med.tb.data.montgomery` for dataset details
"""
from . import _maker
dataset = _maker("default")