File size: 949 Bytes
0a8273b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: image_id
    dtype: int64
  - name: file_name
    dtype: string
  - name: width
    dtype: int32
  - name: height
    dtype: int32
  - name: annotations
    struct:
    - name: id
      list: int64
    - name: category_id
      list: int32
    - name: category_name
      list: string
    - name: bbox
      list:
        list: float32
        length: 4
    - name: area
      list: float64
    - name: iscrowd
      list: int32
  splits:
  - name: train
    num_bytes: 19855986739
    num_examples: 118287
  - name: validation
    num_bytes: 813829390
    num_examples: 5000
  - name: test
    num_bytes: 6594986276
    num_examples: 40670
  download_size: 26743726562
  dataset_size: 27264802405
---