poissonfish commited on
Commit
7866be5
1 Parent(s): 1f5e6ff

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: image
14
+ dtype: image
15
+ - name: image_id
16
+ dtype: int64
17
+ - name: filename
18
+ dtype: string
19
+ - name: annotations
20
+ sequence:
21
+ - name: id
22
+ dtype: int64
23
+ - name: image_id
24
+ dtype: int64
25
+ - name: category_id
26
+ dtype: int64
27
+ - name: iscrowd
28
+ dtype: int64
29
+ - name: area
30
+ dtype: float64
31
+ - name: bbox
32
+ sequence: float64
33
+ length: 4
34
+ - name: segmentation
35
+ sequence:
36
+ sequence: int64
37
+ splits:
38
+ - name: train
39
+ num_bytes: 23704472.0
40
+ num_examples: 47
41
+ - name: validation
42
+ num_bytes: 6532081.0
43
+ num_examples: 11
44
+ - name: test
45
+ num_bytes: 8824061.0
46
+ num_examples: 16
47
+ download_size: 38896408
48
+ dataset_size: 39060614.0
49
+ ---
50
+ # Dataset Card for "balloon"
51
+
52
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)