yolov5-tensorrt icon indicating copy to clipboard operation
yolov5-tensorrt copied to clipboard

Segmentation fault (core dumped) error!

Open Volazj opened this issue 1 year ago • 0 comments

I have successfully created yolov5s.engine using build_engine.cpp . But I get a segmentation fault error in _decodeOutput function while inference. In this function _outputHostMemory.size() seems 0, I think because of this I get an error on the line objectness = ptr[4]. Do you have any suggestions for solving the problem?

Volazj avatar Mar 10 '23 06:03 Volazj