• Stars
    star
    191
  • Rank 198,998 (Top 4 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created almost 4 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Shortcuts Examples Description
quickstart A quickstart example for getting your feet wet with FiftyOne
walkthrough A more in-depth alternative to the quickstart that covers the basics of FiftyOne
ai_telephone Play multimodal AI telephone with text-to-image models, image-to-text models, and Fiftyone
clean_conceptual_captions Clean Google's Conceptual Captions Dataset with Fiftyone to train your own ControlNet
segment_anything_openvino Add object masks to a FiftyOne dataset with OpenVINO-optimized Segment Anything Model
comparing_YOLO_and_EfficientDet Compares the YOLOv4 and EfficientDet object detection models on the COCO dataset
digging_into_coco A simple example of how to find mistakes in your detection datasets
deepfakes_in_politics Evaluating deepfakes using a deepfake detection algorithm and visualizing the results in FiftyOne
emotion_recognition_presidential_debate Analyzing the 2020 US Presidential Debates using an emotion recognition model
image_uniqueness Using FiftyOne's image uniqueness method to analyze and extract insights from unlabeled datasets
structured_noise_injection Visually exploring a method for structured noise injection in GANs from CVPR 2020
visym_pip_175k Exploring the People in Public 175K Dataset from Visym Labs with FiftyOne
wrangling_datasets Using FiftyOne to load, manipulate, and export datasets in common formats
open_images_evaluation Evaluating the quality of the ground truth annotations of the Open Images Dataset with FiftyOne
working_with_feature_points A simple example of computing feature points for images and visualizing them in FiftyOne
image_deduplication Find and remove duplicate images in your image datasets with FiftyOne
hardness_for_image_classification Use the FiftyOne Brain to mine the hardest images in your classification dataset
pytorch_detection_training Using FiftyOne datasets to train a PyTorch object detection model
pytorchvideo_model_evaluation Evaluate and visualize PyTorchVideo models with FiftyOne
training_clearml_detector Train a model with ClearML and FiftyOne to detect DRAGONS!
converting_tags_to_classifications Convert classifications to tags and back to annotate them right in the FiftyOne App
Qdrant_FiftyOne_Recipe Nearest neighbor classification of embeddings with Qdrant
armbench_defect_detection Visualizing Defects in Amazon’s ARMBench Dataset Using Embeddings and OpenAI’s CLIP Model
openvino_model_horizontal_text_detection Horizontal text detection on Total-Text Dataset using OpenVino Model

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).

More Repositories

1

fiftyone

The open-source tool for building high-quality datasets and computer vision models
Python
6,888
star
2

fiftyone-docs-search

Search docs.voxel51.com with an LLM!
Python
341
star
3

voxelgpt

AI assistant that can query visual datasets, search the FiftyOne docs, and answer general computer vision questions
Python
223
star
4

papers-with-data

A curated list of papers that released datasets along with their work
Python
124
star
5

fiftyone-plugins

A curated list of plugins that you can add to your FiftyOne install!
Python
93
star
6

eta

ETA: Extensible Toolkit for Analytics
Python
29
star
7

badger

Python CLI for creating, saving, and managing custom badges
Python
9
star
8

platform-sdk

SDK for the Voxel51 Platform
Python
6
star
9

pandemic51

Voxel51's website for monitoring the impact of the Coronavirus pandemic
Jupyter Notebook
6
star
10

api-py

Python Client Library for the Voxel51 Platform
Python
4
star
11

player51

Player51 is a client-side JavaScript media player that can render metadata overlays on images and video
JavaScript
4
star
12

cvpr-mobile-hdr

Python
4
star
13

platform-integrations

Example Integrations for the Voxel51 Platform
Python
3
star
14

fiftyone_mlflow_plugin

Track model training experiments with MLflow and FiftyOne!
Python
3
star
15

api-js

JavaScript Client Library for the Voxel51 Platform
JavaScript
2
star
16

fiftyone_mlflow_integration

A repo that shows a demo of a mlflow and fiftyone integration
Jupyter Notebook
2
star
17

fiftyone-teams-app-deploy

Deployment Assets for the Fiftyone Teams App
Go
1
star
18

upptime

URL Monitoring for Voxel51
Markdown
1
star
19

fiftyone-huggingface-plugins

Hugging Face Plugins for FiftyOne
Python
1
star