DLTK/models

Database and model ukbb_neuronet_brain_segmentation

Closed this issue · 1 comments

Regarding the database used to trained this model...

  • Is it publicly available? (I've browsed the referenced page but found nothing)
  • How can I get access to train own models?

Regarding model, where can I find information about the architecture or the training process?

Hi,
please refer to the FAQ on applying and accessing UK Biobank data.
To answer your second question, please refer to the paper (see README.md) or the source file implementing the Neuronet architecture (see neuronet.py). It is based on the residual FCN architecture found in the main DTLK repo.

HTH,
Martin