Alexander Suslov
commited on
Commit
•
3b0a9fb
1
Parent(s):
7aab9e4
updated README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,25 @@ license: cc-by-nc-sa-4.0
|
|
3 |
task_categories:
|
4 |
- image-classification
|
5 |
- image-segmentation
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
task_categories:
|
4 |
- image-classification
|
5 |
- image-segmentation
|
6 |
+
dataset_info:
|
7 |
+
features:
|
8 |
+
- name: image
|
9 |
+
dtype: image
|
10 |
+
- name: mask
|
11 |
+
dtype: image
|
12 |
+
- name: label
|
13 |
+
dtype:
|
14 |
+
class_label:
|
15 |
+
names:
|
16 |
+
'0': normal
|
17 |
+
'1': abnormal
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 252483624
|
21 |
+
num_examples: 219
|
22 |
+
- name: test
|
23 |
+
num_bytes: 26466712
|
24 |
+
num_examples: 132
|
25 |
+
download_size: 404252480
|
26 |
+
dataset_size: 278950336
|
27 |
+
---
|