image
imagewidth (px)
78
78
label
class label
6 classes
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere
0Centromere

Dataset card for "MuGeminorum/HEp2"

The HEp-2 (Human Epithelial type 2) dataset is a widely utilized benchmark in the field of medical image analysis, particularly for the task of antinuclear antibody (ANA) pattern classification. This dataset comprises microscopic images of HEp-2 cells stained with fluorescent dyes, showcasing diverse patterns of autoantibody binding associated with various autoimmune diseases. Researchers and practitioners leverage the HEp-2 dataset to develop and assess algorithms for automating ANA pattern recognition, thereby aiding in the diagnosis of autoimmune disorders. The intricate patterns within the dataset challenge the robustness of computational models, making it a valuable resource for advancing the understanding of autoimmune diseases and contributing to the development of cutting-edge medical image analysis techniques.

Usage

from datasets import load_dataset

data = load_dataset("MuGeminorum/HEp2")
trainset = data["train"]
validset = data["validation"]
testset = data["test"]
labels = testset.features["label"].names

for item in trainset:
    print("image: ", item["image"])
    print("label name: " + labels[item["label"]])

for item in validset:
    print("image: ", item["image"])
    print("label name: " + labels[item["label"]])

for item in testset:
    print("image: ", item["image"])
    print("label name: " + labels[item["label"]])

Maintenance

GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/MuGeminorum/HEp2

Mirror

https://www.modelscope.cn/datasets/MuGeminorum/HEp2

Reference

[1] Chapter III ‐ Classifying Cell Images Using Deep Learning Models
[2] HEp-2 Cell Image Classification with Deep Convolutional Neural Networks

Downloads last month
3
Edit dataset card

Models trained or fine-tuned on MuGeminorum/HEp2

Space using MuGeminorum/HEp2 1

Collections including MuGeminorum/HEp2