Skip to content

"We will release the source code for the shared object in the near future" #10

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

Open
dnandha opened this issue Aug 30, 2019 · 0 comments

Comments

@dnandha
Copy link

dnandha commented Aug 30, 2019

Hi there,
first of all: I'm really impressed with your work and the paper was really well written.

Motivation

I'm trying to port the code to Python3 and OpenCV4. I've managed to port the main code and include a modified PartsBasedDetector submodule for OpenCV4. However, when trying to run FiducialFaceDetector I get following error:

Error Description

./FiducialFaceDetector: error while loading shared libraries: libopencv_core.so.2.4: cannot open shared object file: No such file or directory

I.e.: FiducialFaceDetector is compiled against OpenCV2 and cannot be run on a platform with OpenCV4!

Possible Solution

FiducialFaceDetector needs to be compiled against OpenCV4. Please either provide a respective compiled version of the binary or better release the source code for FiducialFaceDetector as disclaimed in the ReadMe.

Related Issues

#3
#4
GilLevi/AgeGenderDeepLearning#33

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

1 participant