kaczmarj commited on
Commit
af45562
·
1 Parent(s): 0012958

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -1,3 +1,55 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ tags:
4
+ - tiatoolbox
5
+ - digital pathology
6
+ - histology
7
+ - kather
8
+ - colorectal
9
+ pipeline_tag: image-classification
10
  ---
11
+
12
+ # ResNet50 trained on Kather100K (via TIA Toolbox)
13
+
14
+ # Reusing the model
15
+
16
+ Coming soon...
17
+
18
+ # Dataset
19
+
20
+ The Kather100K dataset can be found on Zenodo https://zenodo.org/record/1214456.
21
+
22
+ # References
23
+
24
+ ```bibtex
25
+ @inproceedings{he2016deep,
26
+ title={Deep residual learning for image recognition},
27
+ author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
28
+ booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
29
+ pages={770--778},
30
+ year={2016}
31
+ }
32
+ @dataset{kather_jakob_nikolas_2018_1214456,
33
+ author = {Kather, Jakob Nikolas and
34
+ Halama, Niels and
35
+ Marx, Alexander},
36
+ title = {{100,000 histological images of human colorectal
37
+ cancer and healthy tissue}},
38
+ month = apr,
39
+ year = 2018,
40
+ publisher = {Zenodo},
41
+ version = {v0.1},
42
+ doi = {10.5281/zenodo.1214456},
43
+ url = {https://doi.org/10.5281/zenodo.1214456}
44
+ }
45
+ @article{pocock2022tiatoolbox,
46
+ title={TIAToolbox as an end-to-end library for advanced tissue image analytics},
47
+ author={Pocock, Johnathan and Graham, Simon and Vu, Quoc Dang and Jahanifar, Mostafa and Deshpande, Srijay and Hadjigeorghiou, Giorgos and Shephard, Adam and Bashir, Raja Muhammad Saad and Bilal, Mohsin and Lu, Wenqi and others},
48
+ journal={Communications medicine},
49
+ volume={2},
50
+ number={1},
51
+ pages={120},
52
+ year={2022},
53
+ publisher={Nature Publishing Group UK London}
54
+ }
55
+ ```