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

Explore how to keep track of brightness and contrast adjustments when user is labelling #38

Open
2 tasks
hannahker opened this issue Jul 13, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@hannahker
Copy link
Collaborator

The modified brightness and contrast information could be useful to input into training.

  • How can we keep track of adjustments to these settings and associate them with individual annotations?
  • What's the most appropriate way to store this data?
@danton267 danton267 self-assigned this Jul 13, 2023
@danton267
Copy link
Collaborator

We will add relevant information to the dcc.Store object next to every annotation

"annotations" {
image_slice_id: [
{ "brightness": x, "contrast": y, "zoom": z, "annotation-object": []

and then have a simple function that takes this object and prepares it for the figure when switching between image slices.

This will also allow for simple read/write/update to a database once that is implemented.

@hannahker hannahker modified the milestones: Prototype App, MVP App Jul 18, 2023
@hannahker hannahker added enhancement New feature or request and removed needs scoping labels Jul 27, 2023
@hannahker hannahker removed this from the MVP App milestone Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants