Skip to content

Instantly share code, notes, and snippets.

@Tob-iee
Created September 13, 2023 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tob-iee/1cd8933b98ccef042d2f7dc67305c408 to your computer and use it in GitHub Desktop.
Save Tob-iee/1cd8933b98ccef042d2f7dc67305c408 to your computer and use it in GitHub Desktop.
Fetch images and labels for the evaluation dataset version from your Picsellia experiment.
picsellia_eval_ds = experiment.get_dataset(name=eval_version_name)
labels_picsellia = {k: picsellia_eval_ds.get_label(k) for k in label_names}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment