triple-Mu / YOLOv8-TensorRT

YOLOv8 using TensorRT accelerate !
MIT License
1.23k stars 210 forks source link

terminate called after throwing an instance of 'std::logic_error' #204

Open ablyzniuk opened 3 months ago

ablyzniuk commented 3 months ago

I've got an error:

terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_M_construct null not valid
Aborted (core dumped)

I've built successfully the whole C++ project. When I ran ./yolo8 executable, I got such a message. Can you help me with this issue?

triple-Mu commented 1 month ago

Could you please check the model root? Maybe you give a wrong model path. You can use abs path for inference.

ablyzniuk commented 1 month ago

@triple-Mu Thank you. Gonna check it. I will reply to you ASAP.