bowenc0221 / boundary-iou-api

Boundary IoU API (Beta version)
Other
216 stars 24 forks source link

Could you provide a simple function to compute the Boundary IoU of two binary masks? #2

Closed hiyyg closed 3 years ago

hiyyg commented 3 years ago

Thanks!

bowenc0221 commented 3 years ago

I created a simple code snippet to compute Boundary IoU for your reference: https://gist.github.com/bowenc0221/71f7a02afee92646ca05efeeb14d687d

hiyyg commented 3 years ago

Thanks, I will have a try!

rose-jinyang commented 3 years ago

Hello How are you? Thanks for contributing to this project. I have a question. Can this be used as boundary loss in the segmentation model training? Thanks