File size: 603 Bytes
ad85d02
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7fa7531
 
 
0e2b4b4
 
 
 
 
ad85d02
 
 
 
 
7fa7531
 
0e2b4b4
 
ad85d02
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: t1_image
    dtype: image
  - name: t2_image
    dtype: image
  - name: change_mask
    dtype: image
  - name: image_name
    dtype: string
  splits:
  - name: test
    num_bytes: 497960371.0
    num_examples: 128
  - name: train
    num_bytes: 1727554873.0
    num_examples: 445
  - name: val
    num_bytes: 246942005.0
    num_examples: 64
  download_size: 2472297554
  dataset_size: 2472457249.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
---