Skip to content

Instantly share code, notes, and snippets.

@mohan-aditya05
Created July 9, 2023 19:15
Show Gist options
  • Save mohan-aditya05/7ab21e36ec3df4c48fc11b5894805822 to your computer and use it in GitHub Desktop.
Save mohan-aditya05/7ab21e36ec3df4c48fc11b5894805822 to your computer and use it in GitHub Desktop.
import fiftyone as fo
ds = fo.load_dataset("imagenet-preds")
results = ds.evaluate_classifications(
"predictions",
gt_field="ground_truth",
eval_key="eval_simple"
)
results.print_report()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment