Skip to content

Instantly share code, notes, and snippets.

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 AntoineToubhans/a120605b91935e412b4ae7aaf5c0bf16 to your computer and use it in GitHub Desktop.
Save AntoineToubhans/a120605b91935e412b4ae7aaf5c0bf16 to your computer and use it in GitHub Desktop.
st.dataframe(disagree_predictions)
for _, row in disagree_predictions.iterrows():
st.image(
row["image_path"],
caption=f"{row['image_name']}: A={row['predicted_label_x']}, B={row['predicted_label_y']} (true={row['true_label']})",
width=150,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment