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-geo

  • Dataset size: 33.50 MB

  • Tags: image, location, quickstart

  • Supported splits: N/A

  • ZooDataset 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)
quickstart-geo