Closed JH95-ai closed 4 years ago
0ms is correct. Face detection is only performed when less than --max-faces
faces were detected last frame and only every --scan-every
frames. Otherwise the face tracking will only look for faces around the bounding boxes of the faces from the previous frame. If you want to make sure that face detection runs every frame, set --max-faces
to a higher number of faces than are present in the input and set --scan-every
to 0.
Oh,I see ,thank you for your help.Best wishes for you.
Hello,dear anchor.I‘m testing your project,and now have a problem.That is why detect time always show 0.00ms,test picture is following: Next I found that parameter duration_fd mainly saved the detection time.and it's true.picture is following: How should I modify to display the correct detection time? Thanks you watching!