Skip to content

Face detection using a cascade classifier no longer works #7

Open
@changbaishan

Description

Load the trained file from the module root.

trained_file = data.lbp_frontal_face_cascade_filename()

the data object no longer contains lbp_frontal_face_cascade_filename()

Initialize the detector cascade.

detector = Cascade(trained_file)

skimage.feature no longer contains Cascade function.

This example needs to be rewritten.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions