File size: 1,252 Bytes
dc93495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: vertices
    list:
    - name: bbox
      struct:
      - name: bottom
        dtype: float64
      - name: confidence
        dtype: float64
      - name: left
        dtype: float64
      - name: right
        dtype: float64
      - name: top
        dtype: float64
    - name: descs
      list:
      - name: label
        dtype: string
      - name: text
        dtype: string
    - name: in_edges
      list:
      - name: source
        dtype: string
      - name: target
        dtype: string
      - name: text
        dtype: string
    - name: label
      dtype: string
    - name: out_edges
      list:
      - name: source
        dtype: string
      - name: target
        dtype: string
      - name: text
        dtype: string
    - name: vertex_id
      dtype: string
  - name: img_url
    dtype: string
  - name: img_path
    dtype: 'null'
  - name: original_caption
    dtype: string
  - name: short_caption
    dtype: string
  - name: detail_caption
    dtype: string
  splits:
  - name: train
    num_bytes: 75609754045
    num_examples: 10128574
  download_size: 31256042008
  dataset_size: 75609754045
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---