You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
already solved,maybe the frame of camera is empty at first,
i add if judge code in mtcnn.cpp as follows:(line 122)
if(image(temp).empty()){continue;}//add this
resize(image(temp), secImage, cv::Size(24, 24), 0, 0, cv::INTER_LINEAR);
I put my picture in ../imgs and run ./mtcnn_facenet_cpp_tensorRT, error :opencv resize.cpp:!ssize.empty() in function 'resize'
The text was updated successfully, but these errors were encountered: