mobilenetv1-ssd-tensorrt
mobilenetv1-ssd-tensorrt copied to clipboard
bug:why post-processing miss softmax?
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