cassiekang commited on
Commit
a98f2cb
1 Parent(s): 90050d5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for CUB_200_2011
2
+
3
+ ## Dataset Description
4
+
5
+ - **Homepage:**
6
+ https://www.vision.caltech.edu/datasets/cub_200_2011/
7
+ - **Citation:**
8
+ @techreport{WahCUB_200_2011,
9
+ Title = ,
10
+ Author = {Wah, C. and Branson, S. and Welinder, P. and Perona, P. and Belongie, S.},
11
+ Year = {2011}
12
+ Institution = {California Institute of Technology},
13
+ Number = {CNS-TR-2011-001}
14
+ }
15
+
16
+ ### Dataset Summary
17
+
18
+ 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 significantly expands its predecessor by doubling the number of images per class and introducing new part location annotations, alongside collecting detailed natural language descriptions for each image through Amazon Mechanical Turk (AMT). The dataset includes a total of 11,788 images, split into 5,994 for training and 5,794 for testing.
19
+
20
+ ### Supported Tasks and Leaderboards
21
+
22
+ This dataset can support a variety of computer vision tasks, including but not limited to:
23
+
24
+ * Fine-Grained Image Classification
25
+ * Object Detection and Localization
26
+ * Semantic Segmentation
27
+ * Attribute-Based Recognition
28
+ * Multitask Learning
29
+
30
+ ### Languages
31
+
32
+ The dataset includes annotations in English
33
+
34
+ ## Dataset Structure
35
+
36
+ ### Data Instances
37
+
38
+ A data instance in the CUB-200-2011 dataset comprises an image of a bird species, along with annotations including bounding boxes, part locations, binary attributes, and natural language descriptions.
39
+
40
+
41
+ ### Data Fields
42
+
43
+ * images: Photographs of birds across 200 species.
44
+ * annotations: This includes:
45
+ * bounding boxes: Specify the bird's location within the image.
46
+ * segmentation labels: Provide pixel-wise segmentation for precise object segmentation.
47
+ * part locations: 15 specific parts of the bird are annotated for detailed analysis.
48
+ * binary attributes: 312 attributes indicating the presence or absence of certain features or behaviors.
49
+ * natural language descriptions: Ten single-sentence descriptions per image, collected via AMT.
50
+
51
+
52
+ ### Data Splits
53
+
54
+ * Training set: 5,994 images
55
+ * Test set: 5,794 images
56
+
57
+ ## Considerations for Using the Data
58
+
59
+ ### Social Impact of Dataset
60
+
61
+ The dataset contributes to advancements in computer vision, particularly in fine-grained image classification and object detection, with potential applications in biodiversity monitoring and species conservation.
62
+