Skip to content

Instantly share code, notes, and snippets.

@briankelly
Created August 17, 2020 16:14
Show Gist options
  • Save briankelly/6c982692b121a7390c679e02a855f778 to your computer and use it in GitHub Desktop.
Save briankelly/6c982692b121a7390c679e02a855f778 to your computer and use it in GitHub Desktop.
Index images by uniqueness in FiftyOne
import fiftyone.brain as fob
fob.compute_uniqueness(dataset)
# Explore most unique samples
session.view = dataset.sort_by("uniqueness", reverse=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment