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

landmark detection.cpp trained result looks like mean shape. #52

Closed
codediner opened this issue Aug 11, 2017 · 2 comments
Closed

landmark detection.cpp trained result looks like mean shape. #52

codediner opened this issue Aug 11, 2017 · 2 comments
Labels

Comments

@codediner
Copy link

Hi,
Patrik, thank you for your code of SDM, I have a problem when I use the landmark detection.cpp, I have used about 3000 images in the IBug for training in landmark detetion.cpp, but when I track the face using the trained model, il looks like the mean shape and when I close the eye, the landmark didn't follow, it keeps always the same form, I don't understand the reason.

Waiting for your answer.

Yours sincerely
Anto

@patrikhuber
Copy link
Owner

Hi Anto,

Apologies for the late reply, it's probably not relevant anymore. For landmark detection, I recommend the RCR in apps/rcr.
The code in landmark_detection.cpp is rather thought for beginners or for people who want to understand the algorithm, e.g. while reading the paper. Or people that want to build upon it by themselves. RCR is built upon this code.
RCR and also the pretrained RCR model from 4dface work quite well for me and they definitely don't output mean landmarks :-)
Note that if your training data doesn't contain people with closed eyes (which I think the ibug images don't really), then obviously your trained detector will also not be able to know & follow closing eyes.

@patrikhuber
Copy link
Owner

I'm going to close this, as I don't think there is an issue with the superviseddescent library. Feel free to re-open otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants