File size: 844 Bytes
ad9a560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: answer
    dtype: string
  - name: question_id
    dtype: string
  - name: image
    dtype: image
  - name: question
    dtype: string
  - name: segmentation
    sequence: float64
  - name: bbox
    sequence: float64
  - name: iscrowd
    dtype: int64
  - name: file_name
    dtype: string
  - name: image_width
    dtype: int64
  - name: image_height
    dtype: int64
  splits:
  - name: val
    num_bytes: 607902435.25
    num_examples: 10758
  - name: testA
    num_bytes: 316783829.25
    num_examples: 5726
  - name: testB
    num_bytes: 270185335.875
    num_examples: 4889
  download_size: 179432770
  dataset_size: 1194871600.375
configs:
- config_name: default
  data_files:
  - split: val
    path: data/val-*
  - split: testA
    path: data/testA-*
  - split: testB
    path: data/testB-*
---