Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -31,8 +31,9 @@ https://www.vision.caltech.edu/datasets/cub_200_2011/
|
|
31 |
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).
|
32 |
|
33 |
### How to Use
|
34 |
-
```
|
35 |
-
|
|
|
36 |
```
|
37 |
|
38 |
### Supported Tasks and Leaderboards
|
|
|
31 |
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).
|
32 |
|
33 |
### How to Use
|
34 |
+
```
|
35 |
+
from datasets import load_dataset
|
36 |
+
CUB_200 = load_dataset("KAKIZHOU/CUB-200")
|
37 |
```
|
38 |
|
39 |
### Supported Tasks and Leaderboards
|