You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 runFiducialFaceDetector
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 forFiducialFaceDetector
as disclaimed in the ReadMe.Related Issues
#3
#4
GilLevi/AgeGenderDeepLearning#33
The text was updated successfully, but these errors were encountered: