camelyon16-uni / README.md
kaczmarj's picture
add gated prompt
4f795b7 verified
|
Raw
History Blame Contribute Delete
1.84 kB
metadata
license: cc-by-nc-sa-4.0
extra_gated_prompt: >-
  These data are released under the CC-BY-NC-SA 4.0 license and may only be used
  for non-commercial, academic research purposes with proper attribution. Please
  refer to the respective licenses for UNI and for the CAMELYON16 dataset.
extra_gated_fields:
  Full name (first and last): text
  Current affiliation (no abbreviations): text
  Type of Affiliation:
    type: select
    options:
      - Academia
      - Industry
      - label: Other
        value: other
  I agree to all terms outlined above: checkbox
  I agree to use these data for non-commercial, academic purposes only: checkbox

CAMELYON16 patch embeddings made with UNI

This repository contains patch embeddings for CAMELYON16 made with the UNI foundation model.

Patches are 128x128 micrometers. Tissue segmentation and patching was done with a modified version of the CLAM toolkit. The toolkit was modified to extract constant physical size patches.

The patches directory contains HDF5 files with patch coordinates. The attribute patch_size on the /coords dataset contains the patch size in pixels. This is equivalent to the physical size of 128 micrometers.

The embeddings directory contains PyTorch files with embeddings. Each specimen in CAMELYON16 is in a separate file, and each file contains a 2D tensor of shape (n_patches, n_features). The value of n_patches can differ across specimens.

The order of the patches is the same between the patch HDF5 file and the features PyTorch file.

Intended use cases

This dataset is intended for training weakly-supervised neural networks on CAMELYON16. It is also intended to help others reproduce the experiments in the HIPPO manuscript.

Links