Skip to content
Snippets Groups Projects
Commit 7a02ba55 authored by ogueler@idiap.ch's avatar ogueler@idiap.ch
Browse files

added rgb file for tbx11k

parent 2ba366a2
No related branches found
No related tags found
2 merge requests!5Tbx11k,!4Moved code to lightning
# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
#
# SPDX-License-Identifier: GPL-3.0-or-later
"""TBX11k simplified dataset for TB detection (default protocol)
* Split reference: first 62.5% of TB and healthy CXR for "train" 15.9% for
* "validation", 21.6% for "test"
* This split only consists of healthy and active TB samples
* "Latent TB" or "sick & non-TB" samples are not included in this configuration
* This configuration resolution: 512 x 512 (default)
* See :py:mod:`ptbench.data.tbx11k` for dataset details
"""
from . import _maker
dataset = _maker("default", RGB=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment