Skip to content

voxel51/evaluation_panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A panel for evaluating your models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages