djghosh commited on
Commit
b1bcefc
·
1 Parent(s): 78065be

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PatchCamelyon (Test set only)
2
+
3
+ Original paper: [Rotation Equivariant CNNs for Digital Pathology](http://arxiv.org/abs/1806.03962)
4
+
5
+ Homepage: https://github.com/basveeling/pcam
6
+
7
+ Bibtex:
8
+ ```
9
+ @ARTICLE{Veeling2018-qh,
10
+ title = "Rotation Equivariant {CNNs} for Digital Pathology",
11
+ author = "Veeling, Bastiaan S and Linmans, Jasper and Winkens, Jim and
12
+ Cohen, Taco and Welling, Max",
13
+ month = jun,
14
+ year = 2018,
15
+ archivePrefix = "arXiv",
16
+ primaryClass = "cs.CV",
17
+ eprint = "1806.03962"
18
+ }
19
+ ```