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
When I run get_face_tracking.py, I found that the performance isn't that great like the gif in README introduction. It's mainly because the following code line is the most time consuming. Even though, face detection only takes 20ms/frame and tracking only takes 1ms/frame while using CPU. The following code takes almost 200ms. So it's not real-time. Is there any improvement? Thank you! ids, scores, bboxes = [xx[0].asnumpy() for xx in result]
The text was updated successfully, but these errors were encountered:
nerddd
changed the title
人脸追踪不能实时
The speed of face tracking
Oct 17, 2019
When I run get_face_tracking.py, I found that the performance isn't that great like the gif in README introduction. It's mainly because the following code line is the most time consuming. Even though, face detection only takes 20ms/frame and tracking only takes 1ms/frame while using CPU. The following code takes almost 200ms. So it's not real-time. Is there any improvement? Thank you!
ids, scores, bboxes = [xx[0].asnumpy() for xx in result]
The text was updated successfully, but these errors were encountered: