File size: 1,054 Bytes
d52b5cb
 
80ae5c8
 
 
 
 
 
 
06290aa
80ae5c8
06290aa
80ae5c8
06290aa
 
 
80ae5c8
06290aa
6644f50
 
80ae5c8
652d237
06290aa
652d237
 
 
80ae5c8
06290aa
 
 
25c1c06
80ae5c8
 
652d237
80ae5c8
 
652d237
80ae5c8
 
652d237
80ae5c8
652d237
 
80ae5c8
 
 
 
 
 
 
 
 
d52b5cb
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
license: apache-2.0
dataset_info:
  features:
  - name: image_id
    dtype: int64
  - name: image
    dtype: image
  - name: width
    dtype: int32
  - name: height
    dtype: int32
  - name: objects
    sequence:
    - name: id
      dtype: int64
    - name: area
      dtype: int64
    - name: iscrowd
      dtype: int32
    - name: bbox
      sequence: int32
      length: 4
    - name: segmentation
      sequence:
        sequence: float32
    - name: category
      dtype:
        class_label:
          names:
            '0': balloon
  splits:
  - name: train
    num_bytes: 30885059.0
    num_examples: 61
  - name: validation
    num_bytes: 8091792.0
    num_examples: 13
  - name: test
    num_bytes: 8091792.0
    num_examples: 13
  download_size: 46964077
  dataset_size: 47068643.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---

balloon coco datasets format from https://github.com/matterport/Mask_RCNN/