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

[Feature Request] Request to new interactive segmentation model #3729

Closed
xiong-jie-y opened this issue Sep 26, 2021 · 2 comments
Closed

[Feature Request] Request to new interactive segmentation model #3729

xiong-jie-y opened this issue Sep 26, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@xiong-jie-y
Copy link
Contributor

Hi, thank you for developing and maintaining awesome annotation tool!

This is the feature request to add new interactive segmentation model.
Currently f-BRS seems require user many clicks to annotate and sometimes cannot annotate complex object.
This click based interactive segmentation model seems perform better than the current one (f-BRS) from the evaluation in their paper.

I used this interactive segmentation method both in CVAT and the tool in the repository, and feel that it really makes better segmentation than f-BRS. The branch is here.

I will proceed to prepare for an PR if I you think that this new interactive segmentation model is worth adding to this repository.

Thank you!

@bsekachev bsekachev added the enhancement New feature or request label Sep 27, 2021
@bsekachev
Copy link
Member

Hi @xiong-jie-y

The demo looks promising. If you believe it is better than f-BRS, do not think, just send a PR :) Especially if you already have written the code.

Thank you.

@xiong-jie-y
Copy link
Contributor Author

Thank you! I will work on preparing PR. :D

nmanovic pushed a commit that referenced this issue Sep 29, 2021
* Added HRNet18 click based interactive segmentation (#3729)

The commit adds serverless container that has a click based
interactive segmentation model(HRNet18) that performs better than
f-BRS method statistically.

* fixup! Added HRNet18 click based interactive segmentation (#3729)

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
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