MTCNN_FaceDetection_TensorRT icon indicating copy to clipboard operation
MTCNN_FaceDetection_TensorRT copied to clipboard

core dumped

Open xiaoweiwei-dacongcong opened this issue 5 years ago • 7 comments

terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::replace: __pos (which is 15) > this->size() (which is 0) Aborted (core dumped)

xiaoweiwei-dacongcong avatar May 20 '19 09:05 xiaoweiwei-dacongcong

I also share same error info. do you find solution?

st7109 avatar Jul 23 '19 16:07 st7109

Looks like the input image was not loaded successfully. Could you double check the image path?

grapeot avatar Sep 16 '19 02:09 grapeot

same problem ,can anyone help?It is not the image path problem

xiexuliunian avatar May 26 '20 02:05 xiexuliunian

find problem out !!! This is because your model path is not correct,please modify you three mtcnn model path correct.

xiexuliunian avatar May 26 '20 03:05 xiexuliunian

how ? any specific idea?

glennford49 avatar Jun 20 '20 13:06 glennford49

please modify bellow image please make sure the path of your model is right,you can use absolute path to ensure it is correct! and also you should also modify the other two models path.

xiexuliunian avatar Jun 22 '20 01:06 xiexuliunian

Modify the Model Path Location or Build and Run the Binary in the main folder itself. It worked for me.

kapildevkumara avatar Jul 10 '20 17:07 kapildevkumara