Dataset Card for FGVC-Aircraft
This is a FiftyOne dataset with 10000 samples.
If you haven't already, install FiftyOne:
pip install -U fiftyone
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… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/FGVC-Aircraft.