You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When seed analysts use Nachet, they should be able to give their retroaction on the result. A pipeline of action needs to be integrated from the Frontend to the database to be able to register the user feedback. These feedbacks can include:
Implement a process in the frontend to enable users to give their retroaction. From the backend to the database and the model, send back the result for training purposes and keep track of the model accuracy.
Acceptance Criteria
Users can annotate their retroaction on the model results
Retroaction is saved into the database and helps data scientists with the model training
Data from retroaction is recorded and saved in the database
An endpoint in the backend is set up and allows the transit of the data from the frontend to the database and the model
Front End Tasks
Implement the ability for users to give their retroaction in the frontend
During the feedback process, can a user create a new box? (Lets say a seed hasn't been detected)
Is that use case taken into consideration with the frontend?
During the feedback process, can a user create a new box? (Lets say a seed hasn't been detected)
Is that use case taken into consideration with the frontend?
I haven't added a button to do that, but it should be easy to add.
Currently feedback is on the existing inference boxes.
We would just need an add feedback button to the button list so it can reference the image
Issue Description
When seed analysts use Nachet, they should be able to give their retroaction on the result. A pipeline of action needs to be integrated from the Frontend to the database to be able to register the user feedback. These feedbacks can include:
Related to Beck End #68 Analyst Feedback on Model Result
Work to do
Implement a process in the frontend to enable users to give their retroaction. From the backend to the database and the model, send back the result for training purposes and keep track of the model accuracy.
Acceptance Criteria
Front End Tasks
Provide negative feedback to reject an inference box completely/*******************************************************************************/
The text was updated successfully, but these errors were encountered: