Tsinghua Dogs is a fine-grained classification dataset for dogs, over 65% of whose images are collected from people's real life. Each dog breed in the dataset contains at least 200 images and a maximum of 7,449 images, basically in proportion to their frequency of occurrence in China, so it significantly increases the diversity for each breed over existing dataset (see Fig. 1).
Details about Tsinghua Dogs can be found in this paper.
Tsinghua Dogs annotated bounding boxes of the dog’s whole body and head in each image (see Fig. 2), which can be used for supervising the training of learning algorithms as well as testing them.
The annoation of each image is stored in a seperate xml
file with a root tag annotation
, all annotation infomation is included in the following tags:
name
: name of the dog breed;headbndbox
: bounding box of the head;bodybndbox
: bounding box of the whole body.
- Number of categories: 130;
- Total number of images: 70428;
- Number of training: 65228;
- Number of validation: 5200.
The dataset provides two versions of images to download: high resolution and low resolution.
- Low resolution
- Images (2.5 GB): low-resolution
- Annotations: low-annotations
- High resolution
- Split files
We have benchmarked several classification methods on our dataset, including both general neural networks and fine-grained models which exhibit good performance on other fine-grained datasets.
Rank | Model | Backbone | Batchsize | Epochs | Accuracy (%) | Year |
---|---|---|---|---|---|---|
1 | WS_DAN | Inception v3 | 12 | 80 | 86.4 | 2019 |
2 | TBMSL-Net | Resnet50 | 6 | 200 | 83.7 | 2020 |
3 | PMG | Resnet50 | 16 | 200 | 83.5 | 2020 |
4 | Inception v3 | Inception v3 | 64 | 200 | 77.7 | 2016 |
- Project home page: https://cg.cs.tsinghua.edu.cn/ThuDogs/.
- Research home page: https://cg.cs.tsinghua.edu.cn.
Please cite our Tsinghua Dogs in your publications if it helps your research:
@article{Zou2020ThuDogs,
title={A new dataset of dog breed images and a benchmark for fine-grained classification},
author={Zou, Ding-Nan and Zhang, Song-Hai and Mu, Tai-Jiang and Zhang, Min},
booktitle={Computational Visual Media},
year={2020},
url={https://doi.org/10.1007/s41095-020-0184-6}
}