Skip to main content

Datasets

Standard Dataset

Camelyon17-Prov-GigaPath-Features

Citation Author(s):
Yonghuang Wu
Submitted by:
Yonghuang Wu
Last updated:
DOI:
10.21227/rgk8-d376
Data Format:
No Ratings Yet

Abstract

Feature extraction on the camelyon 17 dataset (https://camelyon17.grand-challenge.org/Data/) using the tile-level encoder of the Prov-GigaPath model (10.1038/s41586-024-07441-w) and the trident project (https://github.com/mahmoodlab/trident/). 

Instructions:

```

h5_file = h5py.File('/path/to/h5_file', 'r')

data = {'features': torch.from_numpy(h5_file['features'][()]), 'coords': torch.from_numpy(h5_file['coords'][()]) }

```