Add dataset information to card
Browse files
README.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
---
|
2 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
features:
|
4 |
- name: image
|
5 |
dtype: image
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
description: 'This dataset is ported to Parquet format from "HuggingFaceM4/FGVC-Aircraft". The dataset contains 10,200 images of aircraft, with 100 images for each of 102 different aircraft model variants, most of which are airplanes.'
|
4 |
+
citation: |
|
5 |
+
@techreport{maji13fine-grained,
|
6 |
+
title = {Fine-Grained Visual Classification of Aircraft},
|
7 |
+
author = {S. Maji and J. Kannala and E. Rahtu and M. Blaschko and A. Vedaldi},
|
8 |
+
year = {2013},
|
9 |
+
archivePrefix = {arXiv},
|
10 |
+
eprint = {1306.5151},
|
11 |
+
primaryClass = "cs-cv"
|
12 |
+
}
|
13 |
+
homepage: 'https://www.robots.ox.ac.uk/~vgg/data/fgvc-aircraft/'
|
14 |
features:
|
15 |
- name: image
|
16 |
dtype: image
|