polejowska commited on
Commit
f290c65
1 Parent(s): c3e0a95

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -0
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: 8829652336.837
45
+ num_examples: 4583
46
+ - name: valid
47
+ num_bytes: 477785158.0
48
+ num_examples: 257
49
+ - name: test
50
+ num_bytes: 911170226.0
51
+ num_examples: 470
52
+ download_size: 10227791634
53
+ dataset_size: 10218607720.837
54
+ ---
55
+ # Dataset Card for "mist1-dataset"
56
+
57
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)