--- dataset_info: features: - name: image dtype: image - name: domain dtype: string - name: label dtype: class_label: names: '0': dog '1': elephant '2': giraffe '3': guitar '4': horse '5': house '6': person splits: - name: train num_bytes: 252282893.372 num_examples: 9991 download_size: 191395900 dataset_size: 252282893.372 configs: - config_name: default data_files: - split: train path: data/train-* license: unknown task_categories: - image-classification size_categories: - 1K, 'domain': 'art_painting', 'label': 0 } ``` ### Data Split ``` DatasetDict({ train: Dataset({ features: ['image', 'domain', 'label'], num_rows: 9991 }) }) ``` ## Citation When working with the PACS dataset, please cite the original paper. If you're using this dataset with Flower Datasets and Flower, cite Flower. **BibTeX:** Original paper: ``` @misc{li2017deeperbroaderartierdomain, title={Deeper, Broader and Artier Domain Generalization}, author={Da Li and Yongxin Yang and Yi-Zhe Song and Timothy M. Hospedales}, year={2017}, eprint={1710.03077}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/1710.03077}, } ```` Flower: ``` @article{DBLP:journals/corr/abs-2007-14390, author = {Daniel J. Beutel and Taner Topal and Akhil Mathur and Xinchi Qiu and Titouan Parcollet and Nicholas D. Lane}, title = {Flower: {A} Friendly Federated Learning Research Framework}, journal = {CoRR}, volume = {abs/2007.14390}, year = {2020}, url = {https://arxiv.org/abs/2007.14390}, eprinttype = {arXiv}, eprint = {2007.14390}, timestamp = {Mon, 03 Aug 2020 14:32:13 +0200}, biburl = {https://dblp.org/rec/journals/corr/abs-2007-14390.bib}, bibsource = {dblp computer science bibliography, https://dblp.org} } ``` ## Dataset Card Contact If you have any questions about the dataset preprocessing and preparation, please contact [Flower Labs](https://flower.ai/).