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.
I submit the feedback
But the inference hasn't changed, the seed is still classified as a bad seed in the view.
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
[ ] send the inference as a response of a feedback request
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. I submit the feedback But the inference hasn't changed, the seed is still classified as a bad seed in the view.
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