Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,6 @@ from datasets import load_dataset
|
|
24 |
|
25 |
ds = load_dataset("Genius-Society/HEp2", split="train")
|
26 |
labels = ds.features["label"].names
|
27 |
-
|
28 |
for item in ds:
|
29 |
print("image: ", item["image"])
|
30 |
print("label name: " + labels[item["label"]])
|
@@ -33,6 +32,6 @@ for item in ds:
|
|
33 |
## Mirror
|
34 |
<https://www.modelscope.cn/datasets/Genius-Society/HEp2>
|
35 |
|
36 |
-
##
|
37 |
[1] [Chapter III ‐ Classifying Cell Images Using Deep Learning Models](https://github.com/Genius-Society/medical_image_computing/blob/hep2/README.md)<br>
|
38 |
[2] <a href="https://arxiv.org/pdf/1504.02531v1.pdf">HEp-2 Cell Image Classification with Deep Convolutional Neural Networks</a>
|
|
|
24 |
|
25 |
ds = load_dataset("Genius-Society/HEp2", split="train")
|
26 |
labels = ds.features["label"].names
|
|
|
27 |
for item in ds:
|
28 |
print("image: ", item["image"])
|
29 |
print("label name: " + labels[item["label"]])
|
|
|
32 |
## Mirror
|
33 |
<https://www.modelscope.cn/datasets/Genius-Society/HEp2>
|
34 |
|
35 |
+
## References
|
36 |
[1] [Chapter III ‐ Classifying Cell Images Using Deep Learning Models](https://github.com/Genius-Society/medical_image_computing/blob/hep2/README.md)<br>
|
37 |
[2] <a href="https://arxiv.org/pdf/1504.02531v1.pdf">HEp-2 Cell Image Classification with Deep Convolutional Neural Networks</a>
|