kaczmarj commited on
Commit
886fb52
1 Parent(s): 862830d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ pipeline_tag: image-classification
4
+ tags:
5
+ - histology
6
+ - digital pathology
7
+ - patch camelyon
8
  ---
9
+
10
+ # ResNet50 trained on PatchCamelyon (via TIA Toolbox)
11
+
12
+ This is a re-hosted version of the model available in the TIA Toolbox model zoo (licensed CC-BY-4.0).
13
+
14
+ # Reusing the model
15
+
16
+ Coming soon...
17
+
18
+ # Dataset
19
+
20
+ The PatchCamelyon dataset can be found on Zenodo https://zenodo.org/record/2546921 and on GitHub https://github.com/basveeling/pcam.
21
+
22
+ # References
23
+
24
+ ```bibtex
25
+
26
+ @inproceedings{he2016deep,
27
+ title={Deep residual learning for image recognition},
28
+ author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
29
+ booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
30
+ pages={770--778},
31
+ year={2016}
32
+ }
33
+ @ARTICLE{Veeling2018-qh,
34
+ title = "Rotation Equivariant {CNNs} for Digital Pathology",
35
+ author = "Veeling, Bastiaan S and Linmans, Jasper and Winkens, Jim and
36
+ Cohen, Taco and Welling, Max",
37
+ month = jun,
38
+ year = 2018,
39
+ archivePrefix = "arXiv",
40
+ primaryClass = "cs.CV",
41
+ eprint = "1806.03962"
42
+ }
43
+ @article{pocock2022tiatoolbox,
44
+ title={TIAToolbox as an end-to-end library for advanced tissue image analytics},
45
+ 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},
46
+ journal={Communications medicine},
47
+ volume={2},
48
+ number={1},
49
+ pages={120},
50
+ year={2022},
51
+ publisher={Nature Publishing Group UK London}
52
+ }
53
+ ```