File size: 1,946 Bytes
e806fd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3ebfd68
 
 
f7f62a1
 
 
3ebfd68
e806fd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
license: mit
task_categories:
- image-classification
language:
- en
tags:
- biology
- birds
- fine-grained image classification
- natural language description
size_categories:
- 1K<n<10K
---
# Dataset Card for CUB_200_2011

## Dataset Description

- **Homepage:** 
https://www.vision.caltech.edu/datasets/cub_200_2011/
- **Citation:** 
@techreport{WahCUB_200_2011,
	Title = ,
	Author = {Wah, C. and Branson, S. and Welinder, P. and Perona, P. and Belongie, S.},
	Year = {2011}
	Institution = {California Institute of Technology},
	Number = {CNS-TR-2011-001}
}
### Dataset Summary

The Caltech-UCSD Birds 200-2011 dataset (CUB-200-2011) is an extended version of the original CUB-200 dataset, featuring photos of 200 bird species primarily from North America. This 2011 version collects detailed natural language descriptions for each image through Amazon Mechanical Turk (AMT).

### How to Use
```
  from datasets import load_dataset
  CUB_200 = load_dataset("KAKIZHOU/CUB-200")
```

### Supported Tasks and Leaderboards

This dataset can support a variety of computer vision tasks, including but not limited to:

* Fine-Grained Image Classification
* Object Detection and Localization
* Semantic Segmentation
* Attribute-Based Recognition
* Multitask Learning

### Languages

The dataset includes annotations in English

### Data Fields

* images: Photographs of birds across 200 species.
* annotations: This includes:
  * bounding boxes: Specify the bird's location within the image.
  * segmentation labels: Provide pixel-wise segmentation for precise object segmentation.
  * part locations: 15 specific parts of the bird are annotated for detailed analysis.
  * binary attributes: 312 attributes indicating the presence or absence of certain features or behaviors.
  * natural language descriptions: Ten single-sentence descriptions per image, collected via AMT.


### Data Splits

* Training set: 8,855 images
* Test set: 2,933 images