Skip to content

voxel51/labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiftyOne Labs

FiftyOne Labs Logo

FiftyOne Labs brings research solutions and experimental features for machine learning.

Table of Features

This repository contains a curated collection of FiftyOne Labs Features which are developed using the FiftyOne plugins ecosystem. These features are organized into the following categories:

Machine Learning Lab

Name Description
@51labs/labs_panel A panel listing all available Labs plugins
@51labs/video_apply_model Apply image model to video dataset using torch dataloader
@51labs/box-combine Weighted Box Fusion for detections
@51labs/zero-shot-coreset-selection Zero-shot coreset selection (ZCore) for unlabeled image data

Visualization Lab

Name Description
@51labs/viz_placeholder Placeholder for visualization feature

Using Labs

Install FiftyOne

If you haven't already, install FiftyOne:

pip install fiftyone

Installing a Labs Feature

To install all the features in this repository, you can run:

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

You can also install a specific plugin using the --plugin-names flag:

fiftyone plugins download \
    https://github.com/voxel51/labs \
    --plugin-names <name1> <name2> <name3>

Installing via Labs Panel

Labs Panel offers a convenient interface to install Labs features in the FiftyOne App. To get started, install the Labs Panel:

fiftyone plugins download \
    https://github.com/voxel51/fiftyone-plugins \
    --plugin-names @51labs/labs_panel

Contributing

Check out the contributions guide for more information.

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages