You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains the extension to work with WSInfer models in QuPath.
4
7
5
-
This helps make deep learning-based patch classification in pathology images easy and interactive.
8
+
# QuPath WSInfer extension
6
9
7
-
See https://wsinfer.readthedocs.io for details.
10
+
This repo contains the QuPath extension that adds support for the [WSInfer Model Zoo](https://wsinfer.readthedocs.io).
8
11
9
-
> **If you use this extension, please cite both the [WSInfer preprint](https://arxiv.org/abs/2309.04631) and the [QuPath paper](https://qupath.readthedocs.io/en/0.4/docs/intro/citing.html)!**
12
+
Together, QuPath & WSInfer aim to make deep learning-based patch classification easy and interactive for pathology images.
13
+
14
+
To find out more, check out our preprint on arXiv:
15
+
16
+
> [Jakub R. Kaczmarzyk, Alan O'Callaghan, Fiona Inglis, Tahsin Kurc, Rajarsi Gupta, Erich Bremer, Peter Bankhead, Joel H. Saltz <br/>
17
+
> *Open and reusable deep learning for pathology with WSInfer and QuPath*. <br/>
18
+
> arXiv, 2023](https://arxiv.org/abs/2309.04631)
19
+
20
+
**If you use this extension, please cite both the [WSInfer preprint](https://arxiv.org/abs/2309.04631) and the [QuPath paper](https://qupath.readthedocs.io/en/0.4/docs/intro/citing.html)!**
10
21
11
22
## Installation
12
23
@@ -19,20 +30,6 @@ Then drag & drop the downloaded .jar file onto the main QuPath window to install
19
30
The WSInfer extension adds a new menu item to QuPath's **Extensions** menu, which can be used to open a WSInfer dialog.
20
31
21
32
The dialog tries to guide you through the main steps, from top to bottom.
33
+
For a step-by-step guide,see [ReadTheDocs](https://qupath.readthedocs.io/en/stable/docs/deep/wsinfer.html).
22
34
23
-
Briefly: after selecting a WSInfer model, you'll need to select one or more tiles to use for inference.
24
-
The easiest way to do this is generally to draw an annotation, and leave it up to QuPath to create the tiles.
25
-
26
-
Pressing run will download the model and PyTorch (if necessary), then run the model across the tiles.
27
-
28
-
You can see the results in the form of measurement maps, as a results table, or as colored tiles in the QuPath viewer.
29
-
30
-
> Tip: To see the tiles properly, you'll need to ensure that they are both displayed and filled in the viewer (i.e. ensure the two buttons showing three green objects are selected).
31
-
32
-
## Additional options
33
-
34
-
It's worth checking out the *Additional options* to see where models will be stored.
35
-
36
-
You can also use this to select whether inference should use the CPU or GPU - if a GPU is available and compatible.
37
-
38
-
> GPU acceleration is selected by choosing *MPS* on an Apple Silicon Mac, for *Metal Performance Shaders*.
35
+
And if things don't go to plan or you want to discuss more, please post your questions on the [Scientific Community Image Forum (image.sc)](https://forum.image.sc/tag/wsinfer) - and tag both `wsinfer` and `qupath` so we notice.
0 commit comments