Vertices coordinate
RIA1159 opened this issue · 2 comments
RIA1159 commented
How can I get the vertices coordinate of the flame head model ?
The vertices in tracker.py#L482 is a normalized result which can not be mapped to the image.
I amplify this vertices by multiply it by 512 which gives the results like this:
How can I get the vertices coordinate which aligned to the face like this:
Zielon commented
You can use transform_points_screen() from pytroch3d. For instance, here replace lmk68
with vertices
.
RIA1159 commented