File size: 1,433 Bytes
8a80830 70279f1 bb3a240 27564ab bb3a240 040f37d 5de440e 1846d3e bb3a240 5955052 040f37d d784d53 040f37d 5955052 d784d53 bb3a240 040f37d 8a80830 27564ab 70279f1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
---
license: other
size_categories:
- 10K<n<100K
task_categories:
- image-classification
tags:
- medical
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': non-tumor
'1': tumor
- name: center
dtype:
class_label:
names:
'0': train-center1
'1': validation-center
'2': test-center
'3': train-center2
'4': train-center3
- name: image_id
dtype: uint32
- name: patient
dtype: uint8
- name: node
dtype: uint8
- name: x_coord
dtype: uint16
- name: y_coord
dtype: uint16
- name: slide
dtype: uint8
splits:
- name: train
num_bytes: 6542363602.872
num_examples: 302436
- name: validation
num_bytes: 1484626619.112
num_examples: 68464
- name: test
num_bytes: 1917141570.748
num_examples: 85054
download_size: 10669335733
dataset_size: 9944131792.731998
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---

https://wilds.stanford.edu/datasets/#camelyon17
Center 0, 3, 4 - Source (If split=1, Validation (ID))
Center 1 - Validation (OOD)
Center 2 - Target (OOD) |