Datasets:

Modalities:
Image
Text
Formats:
parquet
Size:
< 1K
File size: 452 Bytes
501e6ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: img1
    dtype: image
  - name: img2
    dtype: image
  - name: img1_shape
    list: int32
  - name: img2_shape
    list: int32
  - name: H
    list:
      list: float32
  - name: name
    dtype: string
  splits:
  - name: test
    num_bytes: 28562900
    num_examples: 15
  download_size: 28568934
  dataset_size: 28562900
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---