Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The speed of face tracking #21

Open
nerddd opened this issue Oct 16, 2019 · 1 comment
Open

The speed of face tracking #21

nerddd opened this issue Oct 16, 2019 · 1 comment

Comments

@nerddd
Copy link

nerddd commented Oct 16, 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]

@nerddd nerddd changed the title 人脸追踪不能实时 The speed of face tracking Oct 17, 2019
@wells-wei-wei
Copy link

请问这个问题解决了嘛?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants