Quickstart Geo#
A small dataset with geolocation data.
The dataset consists of 500 images from the validation split of the BDD100K dataset in the New York City area with object detections and GPS timestamps.
Details
Dataset name:
quickstart-geoDataset size: 33.50 MB
Tags:
image, location, quickstartSupported splits:
N/AZooDataset class:
QuickstartGeoDataset
Example usage
1import fiftyone as fo
2import fiftyone.zoo as foz
3
4dataset = foz.load_zoo_dataset("quickstart-geo")
5
6session = fo.launch_app(dataset)
fiftyone zoo datasets load quickstart-geo
fiftyone app launch quickstart-geo