File size: 808 Bytes
a9078f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: labels
    sequence:
      sequence: string
  - name: contentBoxes
    sequence:
      sequence: string
  - name: base_url
    dtype: string
  - name: timestamp
    dtype: string
  - name: year
    dtype: string
  - name: resolution
    dtype: string
  - name: split
    dtype: string
  splits:
  - name: train
    num_bytes: 3587855435.0
    num_examples: 81810
  - name: validation
    num_bytes: 427952497.0
    num_examples: 9856
  - name: test
    num_bytes: 452061266.0
    num_examples: 10389
  download_size: 4209466288
  dataset_size: 4467869198.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---