DigitalSlideArchive / wsi-superpixel-guided-labeling

Other
3 stars 5 forks source link

Display statistics to users #3

Open naglepuff opened 2 years ago

naglepuff commented 2 years ago

Helpful statistics to see while labeling superpixels may include

These statistics should be displayed to the user while training. It might be worth storing these statistics to prevent re-computing them on hundreds of thousands of features.

naglepuff commented 1 year ago

A lack of these statistics could discourage users who are forced to correct a model's worst predictions. Showing users a positive trend when the activity is first loaded could alleviate this problem. The statistics could be shown the the user, but once they start labeling superpixels, they are hidden until the user wants to show them again.

jagstein commented 10 months ago

Number of laeled superpixels in each category Number of labeled sueprpixels for each slide Accuracy / uncertainty per category Accuracy / uncertainty per slide

Something like this: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html

Plan now is to have some kind of hack (reports go to terminal or ???) but ultimately will need its own screen