Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add viewer for clean birds and bicycles dataset #27

Open
4 tasks
nottombrown opened this issue Sep 13, 2018 · 0 comments
Open
4 tasks

Add viewer for clean birds and bicycles dataset #27

nottombrown opened this issue Sep 13, 2018 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@nottombrown
Copy link
Collaborator

nottombrown commented Sep 13, 2018

Currently we save each image into their own files. It would be nice to run a local webserver that renders them all into a single page so that people can inspect them and verify that they are all unambiguous.

I have a messy prototype that I set up for SVHN (adapted from a colab notebook)

https://gist.github.com/nottombrown/783b5553823f4c1b35395fdc144b96fa

image

Rough spec

  • In the evaluate_two_class_unambiguous_model function, dump a map from image_id => (logits, confidence, labels) to a .json file in the plot_confident_error_rate directory
  • Set up a minimal flask or node server that parses the json file
  • Set up the server to render the viewer using svelte (this should work out of the box)
  • Add installation instructions
@nottombrown nottombrown added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 19, 2018
@nottombrown nottombrown reopened this Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant