fiftyone.utils.quickstart¶
FiftyOne quickstart.
Functions:
|
Runs the FiftyOne quickstart. |
-
fiftyone.utils.quickstart.
quickstart
(video=False, port=None, address=None, remote=False, desktop=None)¶ Runs the FiftyOne quickstart.
This method loads an interesting dataset from the Dataset Zoo, launches the App, and prints some suggestions for exploring the dataset.
- Parameters
video (False) – whether to launch a video dataset
port (None) – the port number to serve the App. If None,
fiftyone.config.default_app_port
is usedaddress (None) – the address to serve the App. If None,
fiftyone.config.default_app_address
is usedremote (False) – whether this is a remote session, and opening the App should not be attempted
desktop (None) – whether to launch the App in the browser (False) or as a desktop App (True). If None,
fiftyone.config.desktop_app
is used. Not applicable to notebook contexts
- Returns
a tuple containing
dataset: the
fiftyone.core.dataset.Dataset
that was loadedsession: the
fiftyone.core.session.Session
instance for the App that was launched