-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Keyboard shortcuts for assigning flags #988
Comments
You can edit labelme/labelme/config/default_config.yaml Lines 71 to 106 in f8097a4
|
that's amazing to know, I had a look at the docs/tried hitting some keys but did not try 'ctrl+key' combinations |
I've been reading the source code to try and add a shortcut to quickly assign flags, but I'm having some trouble If I understood it correctly, I have to add the shortcut names to and key combinations to the
Then, in app.py, I have to create the action(s), which I have initially written as:
And in app.py as well, I define the assignFlag function, |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is your feature request related to a problem? Please describe.
I'd like to be able to create shortcuts to quickly start a polygon tool or assign a flag to the image, and to advance to the next image or to go back to the previous image.
Describe the solution you'd like
Either pre-defined or user-definable keyboard shortcuts for labelme functions
The text was updated successfully, but these errors were encountered: