ai-cfia / nachet-backend

A flask-based backend for Nachet to handle Azure endpoint and Azure storage API requests from the frontend.
MIT License
1 stars 4 forks source link

Retrieve inference after feedback #119

Closed sylvanie85 closed 2 months ago

sylvanie85 commented 2 months ago

Context

When a user gives feedback, the inference is not updated on the front end view.

For example here is a picture of Ambrosia artemisiifolia but two of the seeds are classified as Ambrosia psilostachya so I want to give a wrong seed feedback. picture I submit the feedback picture But the inference hasn't changed, the seed is still classified as a bad seed in the view. picture

Solution

A solution could be to send back the corrected inference after a feedback, the function already exist in the datastore so it would be easy

ChromaticPanic commented 2 months ago

Yeah, great idea. We probably need some front-end modification as well, maybe turn the boxes green for verified inferences