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

Intelligent interactive segmentation labelling through deep learning models #756

Closed
juan-park opened this issue Apr 5, 2021 · 1 comment
Assignees
Labels
feature Feature request

Comments

@juan-park
Copy link

Is your feature request related to a problem? Please describe.
Semantic segmentation labelling takes a long time to individually paint all the pixels of all the different classes using a simple brush painter. If we could incorporate interactive intelligent labelling functionality, that would be awesome.

Describe the solution you'd like
Either a implemented interactive segmentation option, or the availability of a pipeline for users to be able to implement their own.
fbrs_interactive_demo
This would involve, for each class, an option to "paint" a portion of the scene as a positive or negative label wrt a single class.
Once selected, the backend would take the image and the user input, generate pixel predictions and return back the mask result.

@niklub niklub added the feature Feature request label Apr 5, 2021
@smoreface smoreface added this to the Label Studio 1.3 milestone Sep 13, 2021
@makseq
Copy link
Member

makseq commented Sep 18, 2021

The support for this feature is realized in LS 1.3 and the latest ML backend.

@makseq makseq closed this as completed Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

No branches or pull requests

4 participants