Newer
Older

Matheus Armani Renzo
committed
#!/usr/bin/env python
# coding=utf-8
"""Shenzhen dataset for Lung Segmentation (default protocol)
* Split reference: [GAÁL-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_256
dataset = _maker_256("default")