Skip to content

Instantly share code, notes, and snippets.

@briankelly
Created August 17, 2020 16:03
Show Gist options
  • Save briankelly/8c92f2cc61a2667e0cc411140d255297 to your computer and use it in GitHub Desktop.
Save briankelly/8c92f2cc61a2667e0cc411140d255297 to your computer and use it in GitHub Desktop.
Load dataset in FiftyOne
import fiftyone.zoo as foz
# Load COCO validation split
dataset = foz.load_zoo_dataset("coco-2017", split="validation")
classes = dataset.info["classes"]
# Explore the dataset in the App
session = fo.Session(dataset=dataset)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment