Slide Analysis Neural Network is part of the Slide Analysis Project
Input data are histology whole slide images(very large images with size 2-3Gb size) and ASAP annotations. Annotations contain markup of the tumor area in the image. Example 1 Example 2 (Blue markup is the tumor area marked by the medical specialist)
Task of the neural network is image segmentation on the whole slide images. The task is reduced to image classification due to the size of the images which makes it available to look through the subimages. Service can output results in either raw type or it can produce it on top of ASAP annotations
InceptionV3 is used as neural network and Keras is used as framework.
Red squares are the tumor area predicted by the neural network and as mentioned above blue markup is the tumor area marked by the medical specialist. Example 1 Example 2 Example 3
You can use the neural network as part of the Slide Analysis Project or you can use the repository itself and use Predict
class for prediction. Weights are auto downloaded.
Training and Prediction are also available using Nvidia docker