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

example1 should check return value of flandmark_detect #5

Open
penguin42 opened this issue Apr 14, 2013 · 0 comments
Open

example1 should check return value of flandmark_detect #5

penguin42 opened this issue Apr 14, 2013 · 0 comments

Comments

@penguin42
Copy link

Hi,
in example1.cpp the main loop does:

    flandmark_detect(input, bbox, model, landmarks);

and then goes on to plot the results; however on one of my images (which doesn't actually contain any faces) a face is wrongly detected by the HaarDetect but then the flandmark_detect flags an error. which is ignored and you still end up plotting the values - these tend to be the old values from the previous loop and thus you don't notice, but the values can be completely bogus.

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

1 participant