AFHQv2 / README.md
ryushinn's picture
Update README.md
3565876 verified
metadata
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.