You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the BlazePoseRenderer.py file, there is a curious comment block:
Beware, the y value of landmarks_world coordinates is negative for landmarks
above the mid hips (like shoulders) and negative for landmarks below (like feet).
The y value of (x,y,z) coordinates given by depth sensor is negative in the lower part
of the image and positive in the upper part.
Is there in fact a mistake in the first sentence?
Surely it is not possible for the Y values to be negative BOTH for landmarks above AND below the mid hips?
Should the sentence not read something like (change in bold):
the y value of landmarks_world coordinates is negative for landmarks above the mid hips (like shoulders) and positive for landmarks below (like feet)
This is important, because I'm trying to translate the landmark points to absolute positions in the same way in my own project, and this "explanation" made no sense to me.
The text was updated successfully, but these errors were encountered:
In the
BlazePoseRenderer.py
file, there is a curious comment block:Is there in fact a mistake in the first sentence?
Surely it is not possible for the Y values to be negative BOTH for landmarks above AND below the mid hips?
Should the sentence not read something like (change in bold):
This is important, because I'm trying to translate the landmark points to absolute positions in the same way in my own project, and this "explanation" made no sense to me.
The text was updated successfully, but these errors were encountered: