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
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
PartsBasedDetectorsubmodule for OpenCV4. However, when trying to runFiducialFaceDetectorI 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 directoryI.e.:
FiducialFaceDetectoris compiled against OpenCV2 and cannot be run on a platform with OpenCV4!Possible Solution
FiducialFaceDetectorneeds to be compiled against OpenCV4. Please either provide a respective compiled version of the binary or better release the source code forFiducialFaceDetectoras disclaimed in the ReadMe.Related Issues
#3
#4
GilLevi/AgeGenderDeepLearning#33