Camelyon17-WILDS / README.md
wltjr1007's picture
Upload dataset
d784d53 verified
metadata
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-*

image/png

https://wilds.stanford.edu/datasets/#camelyon17

Center 0, 3, 4 - Source (If split=1, Validation (ID))

Center 1 - Validation (OOD)

Center 2 - Target (OOD)