Hi,
I wanted to know if you are aware of any method (library or software) to easily visualize a set of 3D keypoints and connections (like the ones output by Mediapipe Hands). Using mediapipe.solutions.drawing_utils.draw_landmarks let's us draw the keypoints on a 2D image, but not really look at it from all angles. I want to be able to look at the keypoints from all angles by dragging using a mouse.
Thanks.
P.S: I know this question does not strictly concern the repository, but since I see @TemugeB you have done a lot of work in MediaPipe, I thought you might perhaps be able to help me in this matter. Apologize sincerely for any inconveniences.
Hi,
I wanted to know if you are aware of any method (library or software) to easily visualize a set of 3D keypoints and connections (like the ones output by Mediapipe Hands). Using
mediapipe.solutions.drawing_utils.draw_landmarkslet's us draw the keypoints on a 2D image, but not really look at it from all angles. I want to be able to look at the keypoints from all angles by dragging using a mouse.Thanks.
P.S: I know this question does not strictly concern the repository, but since I see @TemugeB you have done a lot of work in MediaPipe, I thought you might perhaps be able to help me in this matter. Apologize sincerely for any inconveniences.