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

training format #30

Open
zhanglaplace opened this issue Dec 4, 2017 · 2 comments
Open

training format #30

zhanglaplace opened this issue Dec 4, 2017 · 2 comments

Comments

@zhanglaplace
Copy link

zhanglaplace commented Dec 4, 2017

hi,i change the training code by write my own function
the landmakr format is x1,x2,,,,x68 y1,y2,,,,,y68.
after 5 stage my training error from 1.2--->0.05 with normalized
but when i test the result with my own model, only in the first frame
has a correct landmark ,and soon all landmarks disappeared..
what's my problem....

@zhanglaplace
Copy link
Author

add test result and error

@xiexiexxs
Copy link

hi, i met the same problem.

when tested on each single image ,the landmarks is right. when tested on video,landmarks on the first frame were ok, while landmarks on subsequent frames are wrong and disappeared quickly.

i find that the landmark detection on the first frame is based on box by the face detector while those on on subsequent frames are based on boundingboxes of landmarks on the previous frame. the face boxes or the initial shapes are quite different, which leads different landmarks.

so have you solved the problems, and how?

many thx.

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