Datasets:

Modalities:
Image
Languages:
English
ArXiv:
Libraries:
Datasets
License:
admin commited on
Commit
6bd4371
·
1 Parent(s): 0476fdb
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -15,9 +15,6 @@ size_categories:
15
  # Dataset card for HEp2
16
  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.
17
 
18
- ## Viewer
19
- <https://www.modelscope.cn/datasets/Genius-Society/HEp2/dataPeview>
20
-
21
  ## Usage
22
  ```python
23
  from datasets import load_dataset
@@ -29,6 +26,12 @@ for item in ds:
29
  print("label name: " + labels[item["label"]])
30
  ```
31
 
 
 
 
 
 
 
32
  ## Mirror
33
  <https://www.modelscope.cn/datasets/Genius-Society/HEp2>
34
 
 
15
  # Dataset card for HEp2
16
  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.
17
 
 
 
 
18
  ## Usage
19
  ```python
20
  from datasets import load_dataset
 
26
  print("label name: " + labels[item["label"]])
27
  ```
28
 
29
+ ## Maintenance
30
+ ```bash
31
+ GIT_LFS_SKIP_SMUDGE=1 git clone [email protected]:datasets/Genius-Society/HEp2
32
+ cd HEp2
33
+ ```
34
+
35
  ## Mirror
36
  <https://www.modelscope.cn/datasets/Genius-Society/HEp2>
37