File size: 587 Bytes
903f111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: question_id
    dtype: string
  - name: image_id
    dtype: string
  - name: image
    dtype: image
  - name: instace
    dtype: string
  splits:
  - name: normal
    num_bytes: 3012336.0
    num_examples: 10
  - name: rgb
    num_bytes: 34841033.0
    num_examples: 10
  - name: sem
    num_bytes: 1131732.0
    num_examples: 10
  download_size: 38620620
  dataset_size: 38985101.0
configs:
- config_name: default
  data_files:
  - split: normal
    path: data/normal-*
  - split: rgb
    path: data/rgb-*
  - split: sem
    path: data/sem-*
---