linghu8812 / tensorrt_inference

703 stars 206 forks source link

error in postprocess #136

Closed RalphGuo closed 2 years ago

RalphGuo commented 2 years ago

Error occured in postprocess, when doing "auto max_pos = std::max_element(row+5, row+category+5)" I found that the *row is <0.00000000 float> when error occured, could it be the problem?

RalphGuo commented 2 years ago

@linghu8812 Thanks!