-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Feature request: Temporarly disabling OpenCV intelligent scissors to create a boundary manually [Shortcut?] #3383
Comments
Hi @michaelyyq
Could you please provide an example for better understanding?
Holding "Shift" press on a point. Release "Shift". Then you can redraw a part of the boundary (you also can add a point in the middle). Then press a neighbor point. |
|
|
If there is a hot key to switch automatically boundary creating and manually drawing, it will be better. |
Do I express clearly? Need a gif animation? |
|
Because of the indistinct boundary between point A and point B, Opencv line detection is deviating to point C. I want to draw a line A to B in polygon draw mode when it is needed or I will listen to the Opencv recommended points. So it needs a function to switch between the two modes by a hotkey freely. |
@bsekachev Hi, Will you be free to answer my question?Look forward to your answer. |
As far as I understand, you want to temporarily disable the OpenCV algorithm to draw a part of the border manually, then enable it again. It might be implemented for example by holding a key (when it is held, OpenCV does not suggest automatic borders). But this feature is not implemented yet. |
@bsekachev Thanks for your great answer. You just get what I mean. Will you mind planning to implement this feature recently? For tedious annotation jobs, it will significantly improve convenience with this feature. |
We do not have direct plans to implement it, but now we are working on improvements in serverless functions and OpenCV integration. Probably we could implement it on our side together with other features, but I can promise anything. Since CVAT is an open-source tool, it would be awesome if somebody from the community could provide us the feature. |
Related #2800 |
Implemented, see the PR above |
The text was updated successfully, but these errors were encountered: