-
Notifications
You must be signed in to change notification settings - Fork 63
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
Possible to fit with only shape model #101
Comments
Just out of interest, how would you expect that to work? How would you fit an image without inspecting the pixel values? |
I think I expressed myself a bit wrong. However, for the training of the model, I do not want to take the appearance into account, only the landmarks from the .pts file. |
I am still a bit confused. Could you please give a specific example of such cost function? |
Even if you have a shape model, you need some cost function that minimises some error? What error can you minimise/probability can you maximise that involves an image but doesn't take into account it's appearance? Maybe if you describe what you want to use this for we can better help you formulate your desired cost function. |
I have been looking through the menpofit documentation. And, apparently, all the different fitters combine different models (e.g. for the AAM: shape model, motion model, appearance model). So, they are not only fitting based on the shape, but also on the color? Am I correct in assuming that?
So, my question is: Is there a fitter only working on the shape model, hence only taking the shape into account? Is it possible to work only with shapes, but not with textures?
Many thanks!
The text was updated successfully, but these errors were encountered: