fiftyone-examples
fiftyone-examples copied to clipboard
Examples of using FiftyOne
FiftyOne Examples
FiftyOne is an open source ML tool created by Voxel51 that helps you build high-quality datasets and computer vision models. You can check out the main github repository for the project here.
This repository contains examples of using FiftyOne to accomplish various common tasks.
Usage
Each example in this repository is provided as a Jupyter Notebook. The table of contents below provides handy links for each example:
Click this link to run the notebook in
Google Colab (no setup required!)
Click this link to view the notebook in
Jupyter nbviewer
Click this link to download the notebook
Running examples locally
You can always clone this repository:
git clone https://github.com/voxel51/fiftyone-examples
and run any example locally. Make sure you have Jupyter installed and then run:
jupyter notebook examples/an_awesome_example.ipynb
Table of contents
Contributing
This repository is open source and community contributions are welcome!
Check out the contribution guide to learn how to get involved.
Citation
If you use FiftyOne in your research, feel free to cite the project (but only if you love it 😊):
@article{moore2020fiftyone,
title={FiftyOne},
author={Moore, B. E. and Corso, J. J.},
journal={GitHub. Note: https://github.com/voxel51/fiftyone},
year={2020}
}
If you use a specific contributed example in this repository, please also cite the author directly (if one is specified).