Datasets:
zacharielegault
commited on
Commit
•
fb8925d
1
Parent(s):
ae842b2
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
+
task_categories:
|
4 |
+
- image-classification
|
5 |
+
tags:
|
6 |
+
- medical
|
7 |
+
- biology
|
8 |
+
pretty_name: ' PatchCamelyon (PCam)'
|
9 |
+
size_categories:
|
10 |
+
- 100K<n<1M
|
11 |
---
|
12 |
+
# PatchCamelyon (PCam)
|
13 |
+
|
14 |
+
This is a reupload of the PatchCamelyon (PCam) dataset in jpeg/csv format instead of H5 files. The original can be found on [Github](https://github.com/basveeling/pcam).
|
15 |
+
|
16 |
+
If you use this dataset, please cite the original paper:
|
17 |
+
```bibtex
|
18 |
+
@inproceedings{veeling2018rotation,
|
19 |
+
title={Rotation Equivariant CNNs for Digital Pathology},
|
20 |
+
author={Veeling, Bastiaan S and Linmans, Jasper and Winkens, Jim and Cohen, Taco and Welling, Max},
|
21 |
+
booktitle={Medical Image Computing and Computer Assisted Intervention--MICCAI 2018: 21st International Conference, Granada, Spain, September 16-20, 2018, Proceedings, Part II 11},
|
22 |
+
pages={210--218},
|
23 |
+
year={2018},
|
24 |
+
organization={Springer}
|
25 |
+
}
|
26 |
+
```
|