Skip to content

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

Description

@dnandha

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions