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

dlib face detection in video #20

Open
visonpon opened this issue Jan 12, 2018 · 2 comments
Open

dlib face detection in video #20

visonpon opened this issue Jan 12, 2018 · 2 comments

Comments

@visonpon
Copy link

i test the dlib face detection in my own video(about 10s), but it output only one image ,not output the each frame's face image.

@shaoanlu
Copy link
Owner

shaoanlu commented Jan 12, 2018

Adjust min_face_scale to proper ratio. Be careful of the output size that if the cropped faces are much smaller than 64x64, it can be detrimental to your model.

@notknowchild
Copy link

Does this program have any requirements for feeding videos? I put a video for about two minutes in the home directory, and then run the dlib_video_face_detection program. After running to the Crop faces section, reported RuntimeError: Expected writable numpy.ndarray with shape set.

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

3 participants