Quickstart Video#

A small video dataset with dense annotations.

The dataset consists of 10 video segments with dense object detections generated by human annotators.

Details

  • Dataset name: quickstart-video

  • Dataset size: 35.20 MB

  • Dataset license: CC-BY-4.0

  • Tags: video, quickstart

  • Supported splits: N/A

  • ZooDataset class: QuickstartVideoDataset

Example usage

1import fiftyone as fo
2import fiftyone.zoo as foz
3
4dataset = foz.load_zoo_dataset("quickstart-video")
5
6session = fo.launch_app(dataset)

Note

In order to work with video datasets, you’ll need to have ffmpeg installed.

quickstart-video