File size: 1,896 Bytes
b012bb8
 
 
 
 
 
 
7a74092
 
 
 
b012bb8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6ddacb4
 
b012bb8
c18e88a
 
 
b012bb8
6ddacb4
b012bb8
 
6ddacb4
b012bb8
c18e88a
 
b012bb8
 
 
c18e88a
 
b012bb8
 
 
 
 
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
dataset_info:
  features:
  - name: image_id
    dtype: int64
  - name: image
    dtype: image
  - name: width
    dtype: int64
  - name: height
    dtype: int64
  - name: objects
    sequence:
    - name: category
      dtype:
        class_label:
          names:
            '0': 10c
            '1': 10d
            '2': 10h
            '3': 10s
            '4': 2c
            '5': 2d
            '6': 2h
            '7': 2s
            '8': 3c
            '9': 3d
            '10': 3h
            '11': 3s
            '12': 4c
            '13': 4d
            '14': 4h
            '15': 4s
            '16': 5c
            '17': 5d
            '18': 5h
            '19': 5s
            '20': 6c
            '21': 6d
            '22': 6h
            '23': 6s
            '24': 7c
            '25': 7d
            '26': 7h
            '27': 7s
            '28': 8c
            '29': 8d
            '30': 8h
            '31': 8s
            '32': 9c
            '33': 9d
            '34': 9h
            '35': 9s
            '36': Ac
            '37': Ad
            '38': Ah
            '39': As
            '40': Jc
            '41': Jd
            '42': Jh
            '43': Js
            '44': Kc
            '45': Kd
            '46': Kh
            '47': Ks
            '48': Qc
            '49': Qd
            '50': Qh
            '51': Qs
    - name: bbox
      sequence: float64
      length: 4
    - name: area
      dtype: float64
  splits:
  - name: train
    num_bytes: 489458614.0
    num_examples: 14000
  - name: test
    num_bytes: 70581790.0
    num_examples: 2000
  - name: validation
    num_bytes: 142099000.0
    num_examples: 4000
  download_size: 702978843
  dataset_size: 702139404.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---