Load the DomainNet dataset in Python with one line of code. 345 classes of objects in six different domains. Stream DomainNet datasets while training ML models.
The DomainNet dataset comprises of common objects in six different domains. There are 345 classes of objects in all sectors of DomainNet. Bracelets, aircraft, birds, and cellos are among the 345 objects within the dataset. A more detailed breakdown of the six different domains is presented below.
Different DomainNet Datasets
DomainNet Clipart: a clipart image collection
DomainNet Real: photography and real-world imagery
DomainNet Infograph: infographics with specific objects
DomainNet Sketch: sketches of specific things
DomainNet Paint: creative renderings of objects in the form of paintings
DomainNet Quickdraw: drawings by participants from across the world of the game "Quick Draw!"
Download DomainNet Datasets in Python
Instead of downloading the DomainNet dataset in Python, you can effortlessly load it in Python via our open-source package Hub with just one line of code.
Load DomainNet CLIPART Dataset Training Subset in Python
Paper: Xingchao Peng, Qinxun Bai, Xide Xia, Zijun Huang, Kate Saenko, Bo Wang
Our paper is accepted by ICCV 2019 as an Oral Presentation!
Point of Contact: N/A
DomainNet Dataset Curators
Peng, Xingchao and Bai, Qinxun and Xia, Xide and Huang, Zijun and Saenko, Kate and Wang, Bo
DomainNet Dataset Licensing Information
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!
DomainNet Dataset Citation Information
1
@inproceedings{peng2019moment,
2
title={Moment matching for multi-source domain adaptation},
3
author={Peng, Xingchao and Bai, Qinxun and Xia, Xide and Huang, Zijun and Saenko, Kate and Wang, Bo},
4
booktitle={Proceedings of the IEEE International Conference on Computer Vision},
5
pages={1406--1415},
6
year={2019}
7
}
Copied!
DomainNet Dataset FAQs
What is the DomainNet dataset for Python?
The DomainNet was collected and annotated by the largest UDA dataset with six distinct domains and approximately 0.6 million images distributed among 345 categories. DomainNet was created to address the gap in data availability for multi-source UDA research.