File size: 890 Bytes
7f103b0
 
0348544
 
 
 
 
fc48024
 
0348544
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3d28a9d
 
fc48024
3d28a9d
 
 
 
7f103b0
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
---

license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: image_id
    dtype: int64
  - name: file_name
    dtype: string
  - name: width
    dtype: int64
  - name: height
    dtype: int64
  - name: annotations
    list:
    - name: area
      dtype: float64
    - name: bbox
      list: float64
    - name: category_id
      dtype: int64
    - name: id
      dtype: int64
    - name: image_id
      dtype: int64
    - name: iscrowd
      dtype: int64
    - name: segmentation
      list: 'null'
  splits:
  - name: train
    num_bytes: 385452786.6
    num_examples: 1400
  - name: val
    num_bytes: 48911887.0
    num_examples: 175
  download_size: 427913685
  dataset_size: 434364673.6
---