Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Face detection using a cascade classifier no longer works #7

Open
changbaishan opened this issue Jan 24, 2019 · 4 comments
Open

Face detection using a cascade classifier no longer works #7

changbaishan opened this issue Jan 24, 2019 · 4 comments

Comments

@changbaishan
Copy link

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.

@stefanv
Copy link
Member

stefanv commented Jan 25, 2019

Yeah, this repo is way out of date. Would you like to file a PR?

@changbaishan
Copy link
Author

changbaishan commented Jan 25, 2019 via email

@stefanv
Copy link
Member

stefanv commented Jan 29, 2019

Apologies for the shorthand: PR == pull request, i.e., send us the changes necessary to make this work. If you're not comfortable making those changes, no problem, we can do it.

I would recommend you look at the tutorials repository instead. Those are kept up to date, and are used fairly regularly.

@changbaishan
Copy link
Author

Hi Stefan,

Thanks for your comments.

I tried to do a PR, but unable to proceed.

Can you please enlighten how I can access the tutorials repository?

Thanks

Yong Liu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants