Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -223,4 +223,13 @@ configs:
|
|
223 |
path: data/train-*
|
224 |
- split: test
|
225 |
path: data/test-*
|
|
|
|
|
|
|
|
|
226 |
---
|
|
|
|
|
|
|
|
|
|
|
|
223 |
path: data/train-*
|
224 |
- split: test
|
225 |
path: data/test-*
|
226 |
+
task_categories:
|
227 |
+
- image-classification
|
228 |
+
language:
|
229 |
+
- en
|
230 |
---
|
231 |
+
# Dataset Card for "CUB-200-2011 (CUBS)"
|
232 |
+
|
233 |
+
This is a non-official ```CUB-200-2011``` dataset for **fine-grained** ```Image Classification```.
|
234 |
+
|
235 |
+
If you want to download the official dataset, please refer to the [here](https://data.caltech.edu/records/65de6-vp158).
|