File size: 711 Bytes
c259f28 2a5a904 c259f28 2a5a904 c259f28 2a5a904 c259f28 3565876 | 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: image
dtype: image
- name: image_relpath
dtype: string
- name: label
dtype:
class_label:
names:
'0': cat
'1': dog
'2': wild
splits:
- name: test
num_bytes: 648200405
num_examples: 1467
- name: train
num_bytes: 6314739194
num_examples: 14336
download_size: 6963103867
dataset_size: 6962939599
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: train
path: data/train-*
---
This is a ported version of AFHQv2 dataset, following the instructions on https://github.com/clovaai/stargan-v2/blob/master/README.md#animal-faces-hq-dataset-afhq.
|