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

Switch to OpenCV face detection? #36

Open
hbredin opened this issue Oct 25, 2018 · 4 comments
Open

Switch to OpenCV face detection? #36

hbredin opened this issue Oct 25, 2018 · 4 comments

Comments

@hbredin
Copy link
Member

hbredin commented Oct 25, 2018

https://www.learnopencv.com/face-detection-opencv-dlib-and-deep-learning-c-python/

@h44rd
Copy link

h44rd commented Mar 29, 2019

Hi!

I am using your code to track people in a crowded scene, and would like to know if it is possible to incorporate another type of face detector. For example, a CNN based tiny face detector. For now I am using your python notebook given in the doc folder.

Edit: grammar

@hbredin
Copy link
Member Author

hbredin commented Mar 31, 2019

For now, there is no easy API do so (and probably won't be in the near future).

But I guess you could simply update the Face class that currently relies on dlib API.

class Face(object):

I would gladly consider a pull request making it easier to switch face detector...

@hbredin hbredin closed this as completed Mar 31, 2019
@hbredin hbredin reopened this Mar 31, 2019
@h44rd
Copy link

h44rd commented Mar 31, 2019

Thank you!

I will definitely take this up once I get the time.

@hackdavid
Copy link

go through this link

https://www.youtube.com/watch?v=Vw4uNgo3x1c

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

No branches or pull requests

3 participants