摘要: 1 import numpy as np 2 3 def non_max_suppress(predicts_dict, threshold=0.2): 4 """ 5 implement non-maximum supression on predict bounding boxes. 6 Arg 阅读全文
posted @ 2020-03-17 08:29 DJames23 阅读(337) 评论(0) 推荐(0) 编辑