Skip to content

The open-source tool for building high-quality datasets and computer vision models

License

Notifications You must be signed in to change notification settings

cena001plus/fiftyone

Repository files navigation

FiftyOne

Project FiftyOne.

voxel51-logo.png

Installation

Clone the repository:

git clone https://github.com/voxel51/fiftyone
cd fiftyone

and install it:

bash install.bash

We strongly recommend that you install FiftyOne in a virtual environment to maintain a clean workspace.

Developer installation

If you are a developer contributing to FiftyOne or generating its documentation from source, you should perform a developer installation using the -d flag of the install script:

bash install.bash -d

You should also checkout the Developer's Guide to get started.

Quickstart

Get your feet wet with FiftyOne by running some of examples in the examples folder.

CLI

Installing FiftyOne automatically installs fiftyone, a command-line interface (CLI) for interacting with FiftyOne. To explore the CLI, type fiftyone --help.

Generating Documentation

This project uses Sphinx-Napoleon to generate its documentation from source.

To generate the documentation, you must install the developer dependencies by running the install.bash script with the -d flag.

Then you can generate the docs by running:

bash docs/generate_docs.bash

To view the documentation, open the docs/build/html/index.html file in your browser.

The Developer's Guide has more information on working with the documentation.

Uninstallation

pip uninstall fiftyone

Copyright

Copyright 2017-2020, Voxel51, Inc.
voxel51.com

About

The open-source tool for building high-quality datasets and computer vision models

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 82.8%
  • TypeScript 13.7%
  • JavaScript 2.8%
  • CSS 0.5%
  • Shell 0.1%
  • Dockerfile 0.1%