bob.ip.binseg.configs.datasets.shenzhen.default_256ΒΆ

Shenzhen dataset for Lung Segmentation (default protocol)

#!/usr/bin/env python
# coding=utf-8

"""Shenzhen dataset for Lung Segmentation (default protocol)

* Split reference: [GAAL-2020]_
* Configuration resolution: 256 x 256 pixels
* See :py:mod:`bob.ip.binseg.data.shenzhen` for dataset details
"""

from bob.ip.binseg.configs.datasets.shenzhen import _maker

dataset = _maker("default", 256)