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

Bounding Box issue #9

Open
amitladdi opened this issue Dec 2, 2014 · 1 comment
Open

Bounding Box issue #9

amitladdi opened this issue Dec 2, 2014 · 1 comment

Comments

@amitladdi
Copy link

We trained a model on LFPW dataset with 68 landmark points. We used 1300 images for training and provided the bounding box according to the viola jones face detector as given in opencv. It took about 10 hours to create the model on intel(R) Xeon(R) processor. But we are not getting the results as expected during testing.
Is there any relation between number of training images to be used and number of landmarks?? Any other suggestions??

@sai-bi
Copy link
Owner

sai-bi commented Dec 3, 2014

No. There is no relation between number of training images and landmarks. My suggestion is that you check the input data and make sure that input data is correct, especially the (x,y) coordinate of bounding box (you may refer to the demo program). In addition, make sure that the size of bounding box is appropriate, instead of being too large or too small.

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