-
Notifications
You must be signed in to change notification settings - Fork 210
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
The details in Training #10
Comments
|
Now, in each internal node, you just try 256 pixel pairs, and find the best with least WMSE(Weighted Mean Square Error, Equation 2 in paper). Our goal here is to find a pair of pixels which can divide the training samples into two groups separately. My proposal is
By the way, I found that your face detector is not good for people with cap and girls with bangs. |
Hi wg1989john |
Hi YangUSTC |
Your idea is cool. But while building the tree and we get only nonface images in a subtree (pure subtree). Instead of calculating average image what should we use? |
I've read your paper, and run your code. It's really great and fast.
But I have some questions here.
The idea is great.
The text was updated successfully, but these errors were encountered: