FiftyOne Labs brings research solutions and experimental features for machine learning.
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: core machine learning experimental features
- Visualization Lab: features for advanced visualization
| 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 |
| Name | Description |
|---|---|
| @51labs/viz_placeholder | Placeholder for visualization feature |
If you haven't already, install FiftyOne:
pip install fiftyoneTo install all the features in this repository, you can run:
fiftyone plugins download https://github.com/voxel51/labsYou can also install a specific plugin using the --plugin-names flag:
fiftyone plugins download \
https://github.com/voxel51/labs \
--plugin-names <name1> <name2> <name3>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_panelCheck out the contributions guide for more information.