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

Processing photos not finding faces. #16

Open
santacl4ws opened this issue Jun 13, 2019 · 2 comments
Open

Processing photos not finding faces. #16

santacl4ws opened this issue Jun 13, 2019 · 2 comments

Comments

@santacl4ws
Copy link

Hello,

I am running dlib / pdlib with my GPU on ubuntu 18.04 to scan photos for faces.
I seem to be scanning the photos with no errors, however it is not finding faces,
Looking into my databse I can see the follwoing errors:

Error while calling cudaGetLastError() in file /home/ncadmin/dlib/dlib/cuda/gpu_data.cpp:114. code: 8, reason: invalid device function

Error while calling cudaOccupancyMaxPotentialBlockSize(&num_blocks,&num_threads,K) in file /home/ncadmin/dlib/dlib/cuda/cuda_utils.h:164. code: 8, reason: invalid device function

@gvizdpeter
Copy link

gvizdpeter commented Dec 16, 2019

Same issue on:
OS: Windows 10 x64
dlib: 19.19.0 using CUDA
CUDA: 9.1
graphic card: NVIDIA GEFORCE 820M

@stalker314314
Copy link
Contributor

Heya both, are you using https://github.com/matiasdelellis/facerecognition project or your own? If former, please open issues for this on that repo (simply because that owners of that repo are aware of this issue and can handle it in calling code). If latter, can you try it out with regular C++ or Python code and see if you are getting same error? Also, if you using CUDA, can you write here steps to compile it with it and version of CUDE and dlib (as it seems there is already report online about this cudaOccupancyMaxPotentialBlockSize function missing, so I might think it is related to old CUDE libraries)?

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