pascal_voc_tools.utils package¶
Submodules¶
pascal_voc_tools.utils.nms module¶
@File : nms.py @Time : 2019/03/05 10:35:46 @Author : wangtf @Version : 1.0 @Desc : None
-
pascal_voc_tools.utils.nms.nms(dets, thresh)¶ Apply classic DPM-style greedy NMS.
-
pascal_voc_tools.utils.nms.soft_nms(boxes_in, sigma=0.5, Nt=0.3, threshold=0.001, method=0)¶ methods = {‘hard’: 0, ‘linear’: 1, ‘gaussian’: 2}