FiftyOne: a powerful package for dataset curation, analysis, and visualization
Project description
FiftyOne: Explore, Analyze and Curate Visual Datasets
FiftyOne is an open source machine learning tool created by Voxel51 that helps you rapidly experiment with your data and ML models.
With FiftyOne, you can search, sort, filter, visualize, analyze, and improve your datasets without excess wrangling or writing custom scripts. It also provides powerful functionality for analyzing your models, allowing you to understand their strengths and weaknesses, visualize, diagnose, and correct their failure modes, and more. FiftyOne is designed to be lightweight and easily integrate into your existing CV/ML workflows.
Join the FiftyOne Slack Community to collaborate with other users, get support, and stay up-to-date on all things FiftyOne.
Follow us on Medium for regular posts on computer vision, machine learning, and data science topics.
You can also follow us on social media ( ).
Installation
You can install the latest stable version of FiftyOne via pip
:
pip install --index https://pypi.voxel51.com fiftyone
FiftyOne requires at least Python 3.5 and pip 19.3. Consult the installation guide for troubleshooting and other information about getting up-and-running with FiftyOne.
Quickstart
Dive right into FiftyOne by launching the quickstart:
fiftyone quickstart
This command will download a small dataset, launch the App, and print some suggestions for exploring the dataset.
Next, check out this walkthrough for a more detailed overview of using FiftyOne.
Documentation
Full documentation for FiftyOne is available online. In particular, see these resources:
Examples
Check out the fiftyone-examples repository for open source and community-contributed examples of using FiftyOne.
Contributing to FiftyOne
FiftyOne is open source and community contributions are welcome!
Check out the contribution guide to learn how to get involved.
Installing from source
This section explains how to install the latest development version of FiftyOne from source.
The instructions below are for macOS and Linux systems. Windows users may need to make adjustments.
Prerequisites
You will need:
- Python (3.5 or newer)
- Node.js - on Linux, we recommend using nvm to install an up-to-date version.
- Yarn - once Node.js is installed, you can install
Yarn via
npm install -g yarn
- On Linux, you will need at least the
openssl
andlibcurl
packages. On Debian-based distributions, you will need to installlibcurl4
orlibcurl3
instead oflibcurl
, depending on the age of your distribution. For example:
# Ubuntu 18.04
sudo apt install libcurl4 openssl
# Fedora 32
sudo dnf install libcurl openssl
Installation
We strongly recommend that you install FiftyOne in a virtual environment to maintain a clean workspace.
- Clone the repository:
git clone --recursive https://github.com/voxel51/fiftyone
cd fiftyone
- Run the installation script:
bash install.bash
- If you want to use the
fiftyone.brain
package, you will need to install it separately after installing FiftyOne:
pip install --index https://pypi.voxel51.com fiftyone-brain
Customizing your ETA installation
Installing FiftyOne from source includes an ETA lite installation, which should be sufficient for most users. If you want a full ETA installation, or wish to otherwise customize your ETA installation, see here.
Developer installation
If you would like to contribute to FiftyOne, you should
perform a developer installation using the -d
flag of the install script:
bash install.bash -d
Upgrading your source installation
To upgrade an existing source installation to the bleeding edge, simply pull
the latest develop
branch and rerun the install script:
git checkout develop
git pull
bash install.bash [-d]
Generating documentation
See the docs guide for information on building and contributing to the documentation.
Uninstallation
You can uninstall FiftyOne as follows:
pip uninstall fiftyone fiftyone-brain fiftyone-db fiftyone-gui
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for fiftyone-0.7.0-2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b7c3c05478549bbc96fe284631ac8fff9097403d36b0a622a012b45d3846664 |
|
MD5 | 4842f16747739c9c85ae0f6179abaf2a |
|
BLAKE2b-256 | 20d43f6b473f83ddd74ec636dad8548cccfa8bbbb3c301aadfe92fc9f2a6ffb6 |