PKUZHOU / MTCNN_FaceDetection_TensorRT

MTCNN C++ implementation with NVIDIA TensorRT Inference accelerator SDK
202 stars 57 forks source link

core dumped #7

Open xiaoweiwei-dacongcong opened 5 years ago

xiaoweiwei-dacongcong commented 5 years ago

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 5 years ago

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

grapeot commented 5 years ago

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

xiexuliunian commented 4 years ago

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

xiexuliunian commented 4 years ago

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

glennford49 commented 4 years ago

how ? any specific idea?

xiexuliunian commented 4 years ago

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.

kapildevkumara commented 4 years ago

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