Is there an opencv or python api call that calculates the jaccard similarity of two bounding boxes?
是否有opencv或python api调用计算两个边界框的jaccard相似度?
1 个解决方案
#1
0
Yes there is ,I used to work with SimpleCV library for doing tasks that were look like yours
是的,我曾经使用SimpleCV库来完成看起来像你的任务
see this page http://simplecv-examples.readthedocs.org/en/latest/
看到这个页面http://simplecv-examples.readthedocs.org/en/latest/
#1
0
Yes there is ,I used to work with SimpleCV library for doing tasks that were look like yours
是的,我曾经使用SimpleCV库来完成看起来像你的任务
see this page http://simplecv-examples.readthedocs.org/en/latest/
看到这个页面http://simplecv-examples.readthedocs.org/en/latest/