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

Performance tests #10

Open
inspirit opened this issue Oct 22, 2015 · 6 comments
Open

Performance tests #10

inspirit opened this issue Oct 22, 2015 · 6 comments

Comments

@inspirit
Copy link

Hi, i was wondering if you did any tests to measure how it performs against well known detectors,
such as OpenCV VJ etc. would be great to see some numbers
thanx

@luoyetx
Copy link
Owner

luoyetx commented Oct 23, 2015

I would like to test the performance on FDDB and I will write the test code. Current training part code still need some modification, and it seems pretty hard to complete the training process over T*K=5400 CART, hard negative mining is consuming too many background images and need a solution to solve this problem, maybe more background images.

@inspirit
Copy link
Author

just wondering how many negative images you are using? and what is the average image size (width x height)?

@luoyetx
Copy link
Owner

luoyetx commented Oct 23, 2015

I modified the model with 5 landmarks ( 27 landmarks on paper). I also prepared 20000 background images (average size is 500 x 500 I guess) and 10000 face images. 5 landmarks is not good for feature extraction and the classifier is too weak to detect face in a image. But I didn't meet the problem which background images is insufficient. However, those using 27 landmarks have meet the problem!

@inspirit
Copy link
Author

i think 5 landmarks still can do a good job and using less landmarks will produce more compact model file in the end. in my tests i see that LBF based alignment performs quite bad when the amount of landmark is small.
it clearly loose to ERT: http://www.cv-foundation.org/openaccess/content_cvpr_2014/papers/Kazemi_One_Millisecond_Face_2014_CVPR_paper.pdf

when you do alignment of 29+ landmarks they are quite close in precision.
I already posted about trying NPD features. i would also recommend to use ERT for landmarks alignment instead of LBF. it should improve performance with 5 landmarks

@luoyetx
Copy link
Owner

luoyetx commented Oct 23, 2015

I will consider to use NPD + ERT, but I would like to try 27 landmarks first. 😃

Thanks a lot for your suggestion!

@ghost
Copy link

ghost commented Feb 17, 2016

In “Face alignment using cascade gaussian process regression trees”CVPR2015 the author has told LBF is better than ert, so I think we should test first.

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