core dumped
xiaoweiwei-dacongcong opened this issue · 7 comments
xiaoweiwei-dacongcong commented
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)
st7109 commented
I also share same error info. do you find solution?
grapeot commented
Looks like the input image was not loaded successfully. Could you double check the image path?
xiexuliunian commented
same problem ,can anyone help?It is not the image path problem
xiexuliunian commented
find problem out !!! This is because your model path is not correct,please modify you three mtcnn model path correct.
glennford49 commented
how ? any specific idea?
xiexuliunian commented
kdkvcm commented
Modify the Model Path Location or Build and Run the Binary in the main folder itself. It worked for me.