Skip to content

Issue fixed. File updated to use FaceLivenessModels. #21

@imaddyx

Description

@imaddyx

Issue fixed. File updated to use FaceLivenessModels.

Originally posted by @richmondu in #20 (comment)

Thanks sir,
By changing this in the code we got other errors. The code in Liveness.py is changed i guess and
face_liveness = FaceLiveness(model=FaceLivenessModels.EYESBLINK, path=INPUT_DIR_MODEL_ESTIMATION), line 383
gives an error. Replaced the model to "model == FaceLivenessModels.EYESBLINK_MOUTHOPEN:"
Then it gives error: face_liveness.initialize() , line 384
That Initialize() not found.

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