Dataset Preview
Viewer
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
[Errno 13] Permission denied: '/tmp/hf-datasets-cache/medium/datasets/79469200714790-config-parquet-and-info-Voxel51-FGVC-Aircraft-e9443f1a/downloads/96ba5d6b9516fdd7f5705b5d2ed720cf7c9228e5e1ce5bde009355aa116ac827.incomplete'
Error code:   UnexpectedError

Need help to make the dataset viewer work? Open a discussion for direct support.

image
image
End of preview.

Dataset Card for FGVC-Aircraft

image/png

This is a FiftyOne dataset with 10000 samples.

Installation

If you haven't already, install FiftyOne:

pip install -U fiftyone

Usage

import fiftyone as fo
import fiftyone.utils.huggingface as fouh

# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = fouh.load_from_hub("Voxel51/FGVC-Aircraft")

# Launch the App
session = fo.launch_app(dataset)

Dataset Details

Dataset Description

Fine-Grained Visual Classification of Aircraft (FGVC-Aircraft) is a benchmark dataset for the fine grained visual categorization of aircraft.

Note This data has been used as part of the ImageNet FGVC challenge in conjuction with the International Conference on Computer Vision (ICCV) 2013. Test labels were not made available until the challenge due to the ImageNet challenge policy. They have now been released as part of the download above. If you arelady downloaded the iamge archive and want to have access to the test labels, simply download the annotations archive again.

Note Images in the benchmark are generously made available for non-commercial research purposes only by a number of airplane spotters. Please note that the original authors retain the copyright of the respective photographs and should be contacted for any other use. For further details see the copyright note below.

  • Language(s) (NLP): en
  • License: other

Dataset Sources

Dataset Structure

The dataset contains 10,200 images of aircraft, with 100 images for each of 102 different aircraft model variants, most of which are airplanes. The (main) aircraft in each image is annotated with a tight bounding box and a hierarchical airplane model label.

Aircraft models are organized in a four-levels hierarchy. The four levels, from finer to coarser, are:

  • Model, e.g. Boeing 737-76J. Since certain models are nearly visually indistinguishable, this level is not used in the evaluation.
  • Variant, e.g. Boeing 737-700. A variant collapses all the models that are visually indistinguishable into one class. The dataset comprises 102 different variants.
  • Family, e.g. Boeing 737. The dataset comprises 70 different families.
  • Manufacturer, e.g. Boeing. The dataset comprises 41 different manufacturers.

The data is divided into three equally-sized training, validation and test subsets. The first two sets can be used for development, and the latter should be used for final evaluation only. The format of the data is described next.

Dataset Creation

The creation of this dataset started during the Johns Hopkins CLSP Summer Workshop 2012 Towards a Detailed Understanding of Objects and Scenes in Natural Images with, in alphabetical order, Matthew B. Blaschko, Ross B. Girshick, Juho Kannala, Iasonas Kokkinos, Siddharth Mahendran, Subhransu Maji, Sammy Mohamed, Esa Rahtu, Naomi Saphra, Karen Simonyan, Ben Taskar, Andrea Vedaldi, and David Weiss.

The CLSP workshop was supported by the National Science Foundation via Grant No 1005411, the Office of the Director of National Intelligence via the JHU Human Language Technology Center of Excellence; and Google Inc.

A special thanks goes to Pekka Rantalankila for helping with the creation of the airplane hieararchy.

Many thanks to the photographers that kindly made available their images for research purposes. Each photographer is listed below, along with a link to his/her airlners.net page:

Citation

BibTeX:

@techreport{maji13fine-grained,
   title         = {Fine-Grained Visual Classification of Aircraft},
   author        = {S. Maji and J. Kannala and E. Rahtu
                    and M. Blaschko and A. Vedaldi},
   year          = {2013},
   archivePrefix = {arXiv},
   eprint        = {1306.5151},
   primaryClass  = "cs-cv",
}

Dataset Card Author

Jacob Marks

Downloads last month
0