GigaSSL-TCGA_embeddings-Models
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://data.mendeley.com/datasets/d573xfd9fg
下载链接
链接失效反馈官方服务:
资源简介:
You will find here the models needed to compute the Giga-SSL embeddings of WSIs.
You will also find the Giga-SSL embeddings of the full TCGA-FFPE WSI dataset, computed with 5 models: one using a MoCo encoder, the second using the CTransPath tile-encoder, the Phikon encoder, the GigaPath encoder or the H-Optimus-0 encoder.
To load the embeddings:
"""python
import numpy as np
dico_embeddings = np.load('./Embeddings/TCGA-gigassl_moco.npy', allow_pickle=True).item()
"""
创建时间:
2024-09-12



