bodypose3d
bodypose3d copied to clipboard
Real time 3D body pose estimation with Mediapipe
Thanks, for your great work. Form perceptive of novice in 3D world. Missing example about how to measuring distance from camera to person in centimetres or inches. Can you Help...
Hi, I tried bodypose3d using 2 webcams now I want to explore with real cameras or mobile phones. Do you have any idea how to capture videos from multiple phones...
hi @TemugeB, could you please share the code you used to record the videos simultaneously? many thanks
I am trying to use the calibrated cameras, and use the joint movement to find the fundamental matrix and extrinsics, but the result seems not as good as yours
Congratulations for the series of works. They are very well made and useful. My questions are about the axis and reference frame orientation. The 3d coordinates of the body points...
I was thinking about adding newer Pose Estimation networks and remove mediapipe. I tried an [Vision Transformer](https://github.com/ViTAE-Transformer/ViTPose), but the DLT doesn't work. The scaling of the points pxl_x, pxl_y is...
Hi @TemugeB, I have a small query regarding joint angles. From the output 3d coordinates file, to find the angle between the Shoulder (suppose point A), Elbow (Suppose point B),...
Hi, I set frame width and height to 1920 and 1080 while calibrating the cameras. Do I have to comment this part in the code? as my calibration parameters are...
Hi @TemugeB, thanks for your work, it has helped me alot. I have a question. Would you help me, how could I calculate the joint angles if we have different...