Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model Feedback Front End Tasks #129

Closed
16 of 20 tasks
ChromaticPanic opened this issue Apr 12, 2024 · 2 comments · Fixed by #168
Closed
16 of 20 tasks

Model Feedback Front End Tasks #129

ChromaticPanic opened this issue Apr 12, 2024 · 2 comments · Fixed by #168
Assignees
Labels
enhancement New feature or request user-visible User visible enhancement or features - must QA
Milestone

Comments

@ChromaticPanic
Copy link
Contributor

ChromaticPanic commented Apr 12, 2024

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

  • 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

image

/*******************************************************************************/

@ChromaticPanic ChromaticPanic added enhancement New feature or request user-visible User visible enhancement or features - must QA labels Apr 12, 2024
@ChromaticPanic ChromaticPanic added this to the M3 (2024 April) milestone Apr 12, 2024
@ChromaticPanic ChromaticPanic self-assigned this Apr 12, 2024
@github-project-automation github-project-automation bot moved this to Todo in Nachet Apr 12, 2024
@ChromaticPanic ChromaticPanic moved this from Todo to In Progress in Nachet Apr 12, 2024
@Francois-Werbrouck
Copy link
Contributor

Question @ChromaticPanic :

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?

@ChromaticPanic
Copy link
Contributor Author

ChromaticPanic commented May 24, 2024

Question @ChromaticPanic :

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request user-visible User visible enhancement or features - must QA
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants