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: Identification of current model separate from the Results panel #137

Open TaranMeyer opened 3 weeks ago

TaranMeyer commented 3 weeks ago

Is your feature request related to a problem? Please describe. Right now, the currently selected model is displayed above the results, here: Image

This is fine if you just select the model and hit classify, but it becomes confusing in any situation where you might be changing between models and wanting to compare their results, or if you return to a previous capture and can't remember which model you used to generate those results. It would also be nice if you could toggle between results after you've used multiple models to classify the same image, but that is probably a whole different feature request.

Describe the solution you'd like I would like the currently selected model to be listed somewhere else, maybe on or near the "Model Selection" button (like, it could say "Current Model: Swin Transformer" or something), and the model name listed above the results section to be static, tied to the model used to produce those results.

ChromaticPanic commented 2 weeks ago

For this I'm thinking the capture list can be turned into expandable tree views that show "Layers" for each Capture kinda like Photoshop, This could be used to toggle showing the results of different models.

image

TaranMeyer commented 1 week ago

@ChromaticPanic I love this!