ai-cfia / nachet-frontend

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

Modifying interface to only have one Feed component #56

Closed RussellJimmies closed 5 months ago

RussellJimmies commented 8 months ago

Instead of having a component for displaying the Microscope feed and another for the captured image, as we have currently: image

We should have ONE component displaying the feed, and when an image is captured, it would be displayed in the feed. When classification is done, user can go back to the live feed at the press of a button.

Currently, the Microscope Feed component doesn't show the full frame of the microscope and this is affecting the user experience.