Created
August 17, 2020 16:14
-
-
Save briankelly/6c982692b121a7390c679e02a855f778 to your computer and use it in GitHub Desktop.
Index images by uniqueness in FiftyOne
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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