mobilenetv1-ssd-tensorrt icon indicating copy to clipboard operation
mobilenetv1-ssd-tensorrt copied to clipboard

bug:why post-processing miss softmax?

Open leaf918 opened this issue 2 years ago • 0 comments

correct pipeline is : output->softmax(scores)->filtering with thresh->convert_locations_to_boxes->nms

but your pipeline is:

output->filtering with thresh->convert_locations_to_boxes->nms

leaf918 avatar Jul 04 '23 08:07 leaf918