Datasets:
hassonofer
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
-
---
|
2 |
-
license: unknown
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: unknown
|
3 |
+
task_categories:
|
4 |
+
- image-classification
|
5 |
+
pretty_name: Caltech-UCSD Birds-200-2011
|
6 |
+
size_categories:
|
7 |
+
- 10K<n<100K
|
8 |
+
---
|
9 |
+
|
10 |
+
# Caltech-UCSD Birds-200-2011
|
11 |
+
|
12 |
+
## Dataset Summary
|
13 |
+
|
14 |
+
This is a repacked version to fit PyTorch `ImageFolder` class.
|
15 |
+
|
16 |
+
200 categories dataset consists of 11,788 images (1.1GB).
|
17 |
+
|
18 |
+
* Website: <https://www.vision.caltech.edu/datasets/cub_200_2011/>
|
19 |
+
* Paper: <https://authors.library.caltech.edu/records/cvm3y-5hh21>
|
20 |
+
|
21 |
+
## Citation
|
22 |
+
|
23 |
+
```bibtext
|
24 |
+
@techreport{WahCUB_200_2011,
|
25 |
+
Title = ,
|
26 |
+
Author = {Wah, C. and Branson, S. and Welinder, P. and Perona, P. and Belongie, S.},
|
27 |
+
Year = {2011}
|
28 |
+
Institution = {California Institute of Technology},
|
29 |
+
Number = {CNS-TR-2011-001}
|
30 |
+
}
|
31 |
+
```
|