Load Wiki Art Dataset with one line of code. Wiki Art is an art emotions dataset. Stream Wiki Art Dataset while training models in Pytorch and Tensorflow.
The WikiArt dataset contains painting from 195 different artists. The dataset has 42129 images for training and 10628 images for testing. Because WikiArt is available to the public, it has a well-developed structure, WikiArt is often used in the field of machine learning. Namely, it is used to train AI on WikiArt data to discover its ability to recognize, classify, and generate art.
Download Wiki Art Dataset in Python
Instead of downloading the Wiki Art dataset in Python, you can effortlessly load it in Python via our open-source package Hub with just one line of code.
Paper: WikiArt Emotions: An Annotated Dataset of Emotions Evoked by Art. Saif M. Mohammad and Svetlana Kiritchenko. In Proceedings of the 11th Edition of the Language Resources and Evaluation Conference (LREC-2018), May 2018, Miyazaki, Japan.
Hub users may have access to a variety of publicly available datasets. We do not host or distribute these datasets, vouch for their quality or fairness, or claim that you have a license to use the datasets. It is your responsibility to determine whether you have permission to use the datasets under their license.
If you're a dataset owner and do not want your dataset to be included in this library, please get in touch through a GitHub issue. Thank you for your contribution to the ML community!
Wiki Art Dataset Citation Information
1
@inproceedings{danielczuk2019segmenting,
2
title={Segmenting Unknown 3D Objects from Real Depth Images using Mask R-CNN Trained on Synthetic Data},
3
author={Danielczuk, Michael and Matl, Matthew and Gupta, Saurabh and Li, Andrew and Lee, Andrew and Mahler, Jeffrey and Goldberg, Ken},
4
booktitle={Proc. IEEE Int. Conf. Robotics and Automation (ICRA)},
5
year={2019}
6
}
Copied!
Wiki Art Dataset FAQs
What is the Wiki Art dataset for Python?
The WikiArt dataset is often used in the field of machine learning. Namely, it is used to train AI on WikiArt data to discover its ability to recognize, classify, and generate art. It contains painting from 195 different artists and the dataset has 42129 images for training and 10628 images for testing.
How can I use the Wiki Art dataset in PyTorch or TensorFlow?