Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# dSprites FGVC-Aircraft (Test set only)
|
| 2 |
+
|
| 3 |
+
Original paper: [Fine-Grained Visual Classification of Aircraft](https://arxiv.org/abs/1306.5151)
|
| 4 |
+
|
| 5 |
+
Homepage: https://www.robots.ox.ac.uk/~vgg/data/fgvc-aircraft/
|
| 6 |
+
|
| 7 |
+
Bibtex:
|
| 8 |
+
```
|
| 9 |
+
@techreport{maji13fine-grained,
|
| 10 |
+
title = {Fine-Grained Visual Classification of Aircraft},
|
| 11 |
+
author = {S. Maji and J. Kannala and E. Rahtu
|
| 12 |
+
and M. Blaschko and A. Vedaldi},
|
| 13 |
+
year = {2013},
|
| 14 |
+
archivePrefix = {arXiv},
|
| 15 |
+
eprint = {1306.5151},
|
| 16 |
+
primaryClass = "cs-cv",
|
| 17 |
+
}
|
| 18 |
+
```
|