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

Add validation window for avoiding recomputing embeddings #790

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

anwai98
Copy link
Contributor

@anwai98 anwai98 commented Nov 19, 2024

This PR addresses to take care of misclicks over 'compute embeddings' button, by checking whether or not the embeddings have been precomputed and loaded as well.

I am missing something:

  • When one chooses to cancel recomputing the image embeddings, all the objects in all other layers goes away anyways (maybe we are reinitializing the state after the button triggers the action and moves to __call__) (I'll have a closer look at this)

@constantinpape Does the implementation look as expected? (I tested it via 2d annotator and does the job as expected - besides the aforementioned point)

If this works, should resolve #787.

@anwai98
Copy link
Contributor Author

anwai98 commented Nov 20, 2024

Hi @constantinpape,

This looks like it's working as expected (I tested it on 2d annotator). Let me know how it looks! (thanks for the suggestions)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add verification window for recomputing image embeddings
1 participant