You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
* 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 <[email protected]>
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!
The text was updated successfully, but these errors were encountered: