Extension manager for the sake of deep learning

hi
Is there Extension manager for the sake of deep learning?

3D Slicer (and its extensions) is a great tool for creating, evaluating, and deploying machine learning models for medical imaging applications, and can be used with any deep learning toolkits (Keras, PyTorch, TensorFlow, NVidia Clara, etc.).

You can use Segment Editor and various segmentation extensions (such as SegmentEditorExtraEffects, SurfaceWrap, …).for creating training data set. For segmenting hundreds of data sets, you may find CaseIterator extension (for all kinds of 3D volumes), AIGT modules (mainly for ultrasound images) useful.

For training and quick review of results, you can use Jupyter notebooks in Slicer, using SlicerJupyter extension. Slicer allows both qualitative visual assessment using its sophisticated 3D visualization features and computation of quantitative metrics.

For deployment - to make your deep learning models easily accessible to clinical end users - you can use NVidia AIAA extension, which makes NVidia Clara models directly in Slicer’s Segment Editor. You may also learn from some previous efforts, such DeepInfer and TOMAAT.

6 Likes