This blog posts explains how to train a deep learning epithelium segmentation classifier in accordance with our paper “Deep learning for digital pathology image analysis: A comprehensive tutorial with selected use cases”.
Tag Archives: python
Use Case 1: Nuclei Segmentation
This blog posts explains how to train a deep learning nuclear segmentation classifier in accordance with our paper “Deep learning for digital pathology image analysis: A comprehensive tutorial with selected use cases”.
Uploading Bisque XML via Python
Assuming we have the necessary files on our Bisque server (perhaps uploaded with our script), and we have a set of bisque compliant XML annotations (perhaps generated with our script), we would like to upload them to the Bisque server so that they can be evaluated or modified. That is what this post is about 🙂