fiftyone-dataset-inference

Installation
SKILL.md

Run Model Inference on FiftyOne Datasets

Key Directives

ALWAYS follow these rules:

1. Check if dataset exists first

list_datasets()

If the dataset doesn't exist, use the fiftyone-dataset-import skill to load it first.

2. Set context before operations

set_context(dataset_name="my-dataset")

3. Launch App for inference

The App must be running to execute inference operators:

Related skills

More from voxel51/fiftyone-skills

Installs
12
GitHub Stars
25
First Seen
Feb 6, 2026