bob.ip.binseg.configs.datasets.shenzhen.defaultΒΆ
Shenzhen dataset for Lung Segmentation (default protocol)
Split reference: [GAAL-2020]
Configuration resolution: 512 x 512
See
bob.ip.binseg.data.shenzhen
for dataset details
#!/usr/bin/env python
# coding=utf-8
"""Shenzhen dataset for Lung Segmentation (default protocol)
* Split reference: [GAAL-2020]_
* Configuration resolution: 512 x 512
* See :py:mod:`bob.ip.binseg.data.shenzhen` for dataset details
"""
from bob.ip.binseg.configs.datasets.shenzhen import _maker
dataset = _maker("default", 512)