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

Is there a way to do <face landmark detection> with GPU acceleration? #2327

Closed
Veltia opened this issue Mar 17, 2021 · 2 comments
Closed

Is there a way to do <face landmark detection> with GPU acceleration? #2327

Veltia opened this issue Mar 17, 2021 · 2 comments

Comments

@Veltia
Copy link

Veltia commented Mar 17, 2021

c++
windows 10
visual studio 2015
cuda 10.0
cudnn 7.6.5.32

Hi all,
I'm expecting to get face detection and face landmark detection work with dlib + GPU boosted
I did it with frontal_face_detector and shape_predictor, but it looks like doesn't get accelerated by GPU
Then I got to know those functions seem like dont use GPU #2302 (comment)

After I tried to look into other examples Deep Learning Face Detection
this code is working for me, it can do Face Detection, but then I couldnt find any example related with face landmark detection* which using GPU.

Could you help me out :< ?

@arrufat

@arrufat
Copy link
Contributor

arrufat commented Mar 17, 2021

Face landmark detection does not use the GPU. However, it's faster than the face detector (even on GPU) that you're already using.

@Veltia
Copy link
Author

Veltia commented Mar 23, 2021

Thanks

@Veltia Veltia closed this as completed Mar 23, 2021
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