polejowska
commited on
Commit
•
b74055d
1
Parent(s):
c1a1a03
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: valid
|
8 |
+
path: data/valid-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: image_id
|
14 |
+
dtype: int64
|
15 |
+
- name: image
|
16 |
+
dtype: image
|
17 |
+
- name: width
|
18 |
+
dtype: int32
|
19 |
+
- name: height
|
20 |
+
dtype: int32
|
21 |
+
- name: objects
|
22 |
+
list:
|
23 |
+
- name: category_id
|
24 |
+
dtype:
|
25 |
+
class_label:
|
26 |
+
names:
|
27 |
+
'0': mist1
|
28 |
+
- name: image_id
|
29 |
+
dtype: string
|
30 |
+
- name: id
|
31 |
+
dtype: int64
|
32 |
+
- name: area
|
33 |
+
dtype: int64
|
34 |
+
- name: bbox
|
35 |
+
sequence: float32
|
36 |
+
length: 4
|
37 |
+
- name: segmentation
|
38 |
+
list:
|
39 |
+
list: float32
|
40 |
+
- name: iscrowd
|
41 |
+
dtype: bool
|
42 |
+
splits:
|
43 |
+
- name: train
|
44 |
+
num_bytes: 906758000.0
|
45 |
+
num_examples: 920
|
46 |
+
- name: valid
|
47 |
+
num_bytes: 76022126.0
|
48 |
+
num_examples: 80
|
49 |
+
- name: test
|
50 |
+
num_bytes: 48071588.0
|
51 |
+
num_examples: 50
|
52 |
+
download_size: 1030430709
|
53 |
+
dataset_size: 1030851714.0
|
54 |
+
---
|
55 |
+
# Dataset Card for "MIST1_brain_gastro_tumors"
|
56 |
+
|
57 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|