R/createCustomUnetModel.R
createSysuMediaUnetModel2D.Rd
Creates a keras model implementation of the u-net architecture in the 2017 MICCAI WMH challenge by the sysu_medial team described here:
createSysuMediaUnetModel2D(inputImageSize, anatomy = c("wmh", "claustrum"))
inputImageSize | Used for specifying the input tensor shape.
This will be |
---|---|
anatomy | "wmh" or "claustrum". |
a u-net keras model
\url{https://pubmed.ncbi.nlm.nih.gov/30125711/}
or targeting the claustrum:
\url{https://arxiv.org/abs/2008.03465}
with the original implementations available at
\url{https://github.com/hongweilibran/wmh_ibbmTum}
and
\url{https://github.com/hongweilibran/claustrum_multi_view},
respectively.
Tustison NJ