Skip to content
Snippets Groups Projects

Add config/data/test files for Montgomery County, JSRT, Shenzhen datasets

Merged Matheus Armani Renzo requested to merge cxr_lung_segmentation_datasets into master
23 files
+ 4863
3
Compare changes
  • Side-by-side
  • Inline

Files

#!/usr/bin/env python
# coding=utf-8
def _maker(protocol):
from ....data.transforms import Resize
from ....data.JSRT import dataset as raw
from .. import make_dataset as mk
return mk(raw.subsets(protocol), [Resize((512,512))])
Loading