ai-cfia / nachet-frontend

Frontend application for seed classification of images acquired from digital microscopes
MIT License
2 stars 2 forks source link

User Feature Request: Download classification results as CSV; download tagged image #128

Open TaranMeyer opened 1 month ago

TaranMeyer commented 1 month ago

Is your feature request related to a problem? Please describe. Particularly when testing, but also for future use where results might be recorded as testing records, having a quick and concise way to record all the results (including the list of top five possibilities) would be beneficial.

Describe the solution you'd like I would like to have a button to "Save Results" that would let you save a spreadsheet (.xls or csv?) table of your results for each capture. I'm thinking of a table something like:

Capture 1

Seed Number Top ID Percentage 2nd ID Percentage
1 Solanum carolinense 94 Solanum nigrum 5.2
2 Bromus secalinus 99 Bromus hordaceus 0.05

Probably including the top 5 IDs in their separate columns, you get the idea.

Ideally it would give you the option to save a version of the captured image that includes the numbered boxes and tags as well, since the numbers on the results are really only meaningful in conjunction with the image.

Describe alternatives you've considered We have been using screenshots to record this information, but it's a bit cumbersome and doesn't capture all five possibilities for each ID easily, or all the IDs if there are more than five or six seeds.

Another alternative might be an option display the results in a way that allows them to be copied & pasted into a spreadsheet easily. I don't like this quite as much because I think the way the results are displayed right now is actually really good and dynamic, showing you the info you want most at a given moment, and I wouldn't really want to change that to a simple table that shows everything but doesn't summarize or highlight the information we are most interested in.

Additional context I think we have discussed this possibility before, but I don't recall making an actual feature request for it; sorry if I've missed one. I think the addition of the option to save a version of the marked up image (with the bounding boxes and their number labels) is also important, and not something we've discussed before.