Datasets:

Modalities:
Image
Languages:
English
ArXiv:
Libraries:
Datasets
License:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Dataset card for HEp2

The HEp-2 (Human Epithelial type 2) dataset is a widely used benchmark in the field of medical image analysis, especially for the task of antinuclear antibody (ANA) pattern classification. The dataset contains microscopic images of HEp-2 cells stained with fluorescence, demonstrating multiple patterns of autoantibody binding associated with various autoimmune diseases. The HEp-2 dataset is utilized by researchers and practitioners to develop and evaluate algorithms for automated ANA pattern recognition to aid in the diagnosis of autoimmune diseases. The intricate patterns in this dataset test the robustness of computational models, making it a valuable resource for advancing the understanding of autoimmune diseases and the development of advanced medical image analysis techniques.

Usage

from datasets import load_dataset

ds = load_dataset(
    "Genius-Society/HEp2",
    name="default",
    split="train",
    cache_dir="./__pycache__",
)
for i in ds:
    print(i)

Maintenance

GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/Genius-Society/HEp2
cd HEp2

Mirror

https://www.modelscope.cn/datasets/Genius-Society/HEp2

Thanks

Downloads last month
71

Models trained or fine-tuned on Genius-Society/HEp2

Collection including Genius-Society/HEp2

Paper for Genius-Society/HEp2