Skip to content

Instantly share code, notes, and snippets.

@PallawiSinghal
Created February 25, 2022 12:11
Show Gist options
  • Save PallawiSinghal/83bd933457aa7bcf6b5ae951fd3c1d80 to your computer and use it in GitHub Desktop.
Save PallawiSinghal/83bd933457aa7bcf6b5ae951fd3c1d80 to your computer and use it in GitHub Desktop.
import fiftyone as fo
import fiftyone.zoo as foz
dataset = foz.load_zoo_dataset("quickstart")
session = fo.launch_app(dataset)
"""Note that if you are running this code in a script,
you must include session.wait() to block execution until you close the App."""
session.wait()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment