efficientdet-pytorch icon indicating copy to clipboard operation
efficientdet-pytorch copied to clipboard

用predict.py计算fps时出现的问题

Open sfx-666 opened this issue 3 years ago • 1 comments

Traceback (most recent call last): File "e:/deeplearning/efficientdet-pytorch-master/efficientdet-pytorch-master/predict.py", line 120, in tact_time = efficientdet.get_FPS(img, test_interval) File "e:\deeplearning\efficientdet-pytorch-master\efficientdet-pytorch-master\efficientdet.py", line 237, in get_FPS image_shape, self.letterbox_image, conf_thres = self.confidence, nms_thres = self.nms_iou) TypeError: non_max_suppression() got multiple values for argument 'conf_thres'

sfx-666 avatar Jan 18 '22 00:01 sfx-666

修改了

bubbliiiing avatar Jan 18 '22 16:01 bubbliiiing