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
A mask to boundary API is useful for implementing many segmentation metrics used in many dataset and challenges (Davis F score, BoundaryIOU, etc..).
It could be also used more generally for visualization tasks.
See a gist at: Lightning-AI/torchmetrics#1500 (comment)
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
bhack
changed the title
Mask to boundaries API
Mask to boundary API
Apr 25, 2023
Thanks for the proposal @bhack . The implementation looks simple enough and we already have some utils like masks_to_box, so as long as we can properly test it against the opencv reference implementation, it sounds like something we could support. Feel free to submit a PR.
🚀 The feature
Expose a mask to boundary API
Motivation, pitch
A mask to boundary API is useful for implementing many segmentation metrics used in many dataset and challenges (Davis F score, BoundaryIOU, etc..).
It could be also used more generally for visualization tasks.
See a gist at:
Lightning-AI/torchmetrics#1500 (comment)
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: