-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Description
I've read your paper, and run your code. It's really great and fast.
But I have some questions here.
- It seems like that you train the decision tree using the grey level image. However, because of the different skin color, comparison on grey level may be not the good idea? Have you tried trained on the gradient image(e.g. processed by sobel operator, ignore the gradient angle)?
- In each internal node, you randomly do 256 binary tests. Why not just calculated the weighted average face of samples, and compare the max to min. If you want to introduced randomness, you can randomly pick a pair from top N maxs and top N mins.
The idea is great.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels