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