Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -32,33 +32,26 @@ dataset_info:
|
|
32 |
'4': Unknown
|
33 |
splits:
|
34 |
- name: train
|
35 |
-
num_bytes: 7370596186
|
36 |
num_examples: 400
|
37 |
- name: test
|
38 |
-
num_bytes: 1887476013
|
39 |
num_examples: 100
|
40 |
download_size: 7727410763
|
41 |
-
dataset_size: 9258072199
|
|
|
|
|
42 |
---
|
43 |
|
44 |
-
|
45 |
|
46 |
-
|
47 |
|
48 |
-
|
49 |
-
|
50 |
-
**
|
51 |
-
**
|
52 |
-
**
|
53 |
-
```bibtex
|
54 |
-
@dataset{polonia_2020_3632035,
|
55 |
-
author = {Polónia, António and Eloy, Catarina and Aguiar, Paulo},
|
56 |
-
title = {{BACH Dataset : Grand Challenge on Breast Cancer Histology images}},
|
57 |
-
month = jan,
|
58 |
-
year = 2020,
|
59 |
-
publisher = {Zenodo}
|
60 |
-
}
|
61 |
-
```
|
62 |
|
63 |
## Description
|
64 |
|
@@ -71,4 +64,16 @@ Images have the following specifications:
|
|
71 |
* Size: 2048 x 1536 pixels
|
72 |
* Pixel scale: 0.42 µm x 0.42 µm
|
73 |
* Memory space: 10-20 MB (approx.)
|
74 |
-
* Type of label: image-wise
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
'4': Unknown
|
33 |
splits:
|
34 |
- name: train
|
35 |
+
num_bytes: 7370596186
|
36 |
num_examples: 400
|
37 |
- name: test
|
38 |
+
num_bytes: 1887476013
|
39 |
num_examples: 100
|
40 |
download_size: 7727410763
|
41 |
+
dataset_size: 9258072199
|
42 |
+
paperswithcode_id: bach
|
43 |
+
pretty_name: BreAst Cancer Histology
|
44 |
---
|
45 |
|
46 |
+
# BreAst Cancer Histology (BACH) Dataset: Grand Challenge on Breast Cancer Histology images
|
47 |
|
48 |
+

|
49 |
|
50 |
+
## Dataset Description
|
51 |
+
|
52 |
+
- **Homepage**: https://iciar2018-challenge.grand-challenge.org
|
53 |
+
- **DOI**: https://doi.org/10.5281/zenodo.3632035
|
54 |
+
- **Publication Date** 2019-05-31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
## Description
|
57 |
|
|
|
64 |
* Size: 2048 x 1536 pixels
|
65 |
* Pixel scale: 0.42 µm x 0.42 µm
|
66 |
* Memory space: 10-20 MB (approx.)
|
67 |
+
* Type of label: image-wise
|
68 |
+
|
69 |
+
## Citation
|
70 |
+
|
71 |
+
```bibtex
|
72 |
+
@dataset{polonia_2020_3632035,
|
73 |
+
author = {Polónia, António and Eloy, Catarina and Aguiar, Paulo},
|
74 |
+
title = {{BACH Dataset : Grand Challenge on Breast Cancer Histology images}},
|
75 |
+
month = jan,
|
76 |
+
year = 2020,
|
77 |
+
publisher = {Zenodo}
|
78 |
+
}
|
79 |
+
```
|