Datasets:
Task Categories:
unpaired-image-to-image-translation
ArXiv:
1703.10593
Dataset Preview
Go to dataset viewer
The dataset preview is not available for this split.
Server error
Status code: 400 Exception: FileNotFoundError Message: [Errno 2] No such file or directory: 'zip://horse2zebra/trainA/n02381460_6223.jpg::http://efrosgans.eecs.berkeley.edu/cyclegan/datasets/horse2zebra.zip'
Need help to make the dataset viewer work? Open an issue for direct support.
Dataset Summary
This dataset was obtained from the original CycleGAN Datasets directory available on Berkeley's website.
For more details about the dataset you can refer to the original CycleGAN publication.
How to use
You can easily load the dataset with the following lines :
from datasets import load_dataset
data_horses = load_dataset("gigant/horse2zebra", name="horse", split="train")
data_zebras = load_dataset("gigant/horse2zebra", name="zebra", split="train")
Two splits are available, "train"
and "test"
Citation Information
@inproceedings{CycleGAN2017,
title={Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks},
author={Zhu, Jun-Yan and Park, Taesung and Isola, Phillip and Efros, Alexei A},
booktitle={Computer Vision (ICCV), 2017 IEEE International Conference on},
year={2017}
}