File size: 748 Bytes
473b5b7 e67dc76 3f31514 e67dc76 3f31514 e67dc76 473b5b7 3f31514 473b5b7 |
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 |
---
dataset_info:
features:
- name: img
dtype: image
- name: image_id
dtype: int64
- name: caption
dtype: string
- name: identity_id
dtype: int64
- name: similarity
dtype: float32
- name: variant
dtype:
class_label:
names:
'0': headshot
'1': fullbody
'2': side
'3': midshot
'4': behind
- name: original_filename
dtype: string
splits:
- name: train
num_bytes: 172029924
num_examples: 450
- name: test
num_bytes: 18997819
num_examples: 50
download_size: 190983158
dataset_size: 191027743
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|