Jerry-Master commited on
Commit
4e91d93
·
1 Parent(s): 508dbb4

Added model card

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -1,3 +1,45 @@
1
  ---
2
- license: agpl-3.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: OpenRAIL-M
3
  ---
4
+
5
+ # Automated cell nuclei segmentation and classification
6
+
7
+ Models of the [tumourkit](https://github.com/Jerry-Master/lung-tumour-study) library. The key idea behind these models is illustrated by the following image.
8
+
9
+ ![graph example](https://huggingface.co/Jerry-Master/Hovernet-plus-Graphs/resolve/main/examples/graph_overlay.png)
10
+
11
+ The objective is to detect and classify cells of different tissues. Different models trained with tissue from different organs and stainings are provided.
12
+
13
+ ## Lung (H&E)
14
+
15
+ ![lung example](https://huggingface.co/Jerry-Master/Hovernet-plus-Graphs/resolve/main/examples/lung_he.png)
16
+
17
+ ## Breast (HER2)
18
+
19
+ ![breast example](https://huggingface.co/Jerry-Master/Hovernet-plus-Graphs/resolve/main/examples/breast_her2.png)
20
+
21
+ ## Consep: Colorectal (H&E)
22
+
23
+ ![consep example](https://huggingface.co/Jerry-Master/Hovernet-plus-Graphs/resolve/main/examples/colorectal_he.png)
24
+
25
+ ## Monusac: Miscelaneous (H&E)
26
+
27
+ ![monusac example](https://huggingface.co/Jerry-Master/Hovernet-plus-Graphs/resolve/main/examples/monusac.png)
28
+
29
+ ## Model description
30
+
31
+ The model is made by [Hovernet](https://github.com/vqdang/hover_net) as a backbone and a graph neural network on top to improve the classification step. Each backbone comes trained at two resolutions: 270x270 and 518x518. They also come in two version each, trained from scratch of fine-tuned from the consep checkpoint of Hovernet (FT). Then, for each Hovernet model, five graph neural networks. Four graph convolutional neural networks trained with different sets of features and one graph attention network trained with all the features.
32
+
33
+ To use the models the tumourkit library comes with a simple [demo](https://lung-tumour-study.readthedocs.io/en/latest/usage.html#gradio-demo) that you can try. Beware, on CPU it takes nearly 10 minutes per 1024x1024 image.
34
+
35
+ ## Uses
36
+
37
+ ### Intended use
38
+
39
+ The lung models are built to estimate the percentage of tumoural cells in a given whole slide image (WSI). It is supposed to be used to accelerate histologist work and give priorities among huge amounts of WSIs to analyse.
40
+
41
+ The other three models are provided for research purposes only.
42
+
43
+ ### Misuse
44
+
45
+ By no means these models are supposed to substitute a medical expert, and they are not built for diagnosis. Usage in any critical situation is discouraged.