Operating system: win 10
Slicer version:4.11.0
Expected behavior:
Actual behavior:
Hi, everyone. I am doing some investigations to know about if it is possible to develop a slicer extension with Deep Learning on the current version slicer 4.11.0.
Also,Deep Learning Framework, such as tensorflow, Keras and Pytorch. Which one is better or more compatiable for a slicer extension development ?
We made a tutorial that guides you through how to train a deep learning model with data exported from Slicer, and how to use the trained model in a Slicer module for predictions: http://www.slicerigt.org/wp/cars-2019-tutorial/
This example uses webcam images, but you can use 99% of the examples for any medical image type.
You will find some example code in this project too, mostly on ultrasound segmentation:
Slicer can use TensorFlow, so I suggest you use Keras (now officially part of TensorFlow). I couldn’t figure out how to use PyTorch in Slicer, but it must be possible somehow. Keras seems to be more popular anyway.