Segmented using deep learning

HI
• I have a problem when running TOMAAT not running and exiting ?
image
• I installed DeepInfer and that’s next steps ((extensions manager + install + restart)) But when I go to the front slicer 3d, I can’t find it ?
• Can the spine be segmented using NVidia AIAA extension ?

I would only consider DeepInfer and TOMAAT to be useful mainly for learning purposes, to see what approaches can be used to run inference within Slicer.

The only currently actively developed and well supported method is NVidia’s AIAA extension. You can train your own models using NVidia Clara and use the trained model in 3D Slicer using this extension.

I’m not aware of a publicly available spine segmentation deep learning model, but if you find one then it should be possible to make it available in NVidia AIAA.

If there is no existing model then you can create one, by segmenting a few hundred images using manual/semi-automatic tools in Slicer’s Segment Editor, then use those for training a network. You can try any general-purpose frameworks or those specialized to medical images, such as NVidia Clara Train (the resulting model can be directly uploaded to be used by NVidia AIAA), Eisen (it automates a lot of tasks), niftynet, etc.