Open
Description
Hello. I will start the description of the issue by showing an image
I am using dlib to generate the landmarks, and taking as a base the example located at examples/fit-model.cpp
. Unfortunately the result is obviously unexpected. I really have no idea what's going on. I do not think that is a problem of index ordering. I wonder if you may have any idea about this.
This is the code and the only main thing that I change is the way I read the landmarks that is from lines 187 to 193.
I also have to say that the original example with the landmarks located at image_0010.pts
works well.