Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 602 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 602 Bytes

Evaluation Panel

A panel for evaluating your models in the FiftyOne App.

Installation

Install latest:

fiftyone plugins download https://github.com/voxel51/evaluation_panel

Or, development install:

git clone https://github.com/voxel51/evaluation_panel

cd evaluation_panel
ln -s "$(pwd)" "$(fiftyone config plugins_dir)/evaluation_panel"

Usage

import fiftyone as fo
import fiftyone.zoo as foz

dataset = foz.load_zoo_dataset("quickstart")
session = fo.launch_app(dataset)

Then click the + next to the Samples tab and open the Evaluation panel.