-
Notifications
You must be signed in to change notification settings - Fork 756
Finally I reproduce the result on the same wild skating video #23
Comments
Hello, |
@DongJT1996 yes I have |
@bucktoothsir - We are discussing this topic in 3 different issues now 💃 Really cool! What do you think is the reason for this improvement?
|
@tobiascz |
But you don't train directly on the images. You train the network on 2D poses and that's just an 17,2 array for each frame. The network lifts the 2D poses to 3D and you can compare the results to the ground truth provided in Human 3.6m. The only one who cares about your image resolution or size or whatever is your 2D Detector and that is in our case detectron. |
2D pose is relative to the size of image. check code 84 row in run.py it is easy to verify our guess. compare the two results you would find something. |
@bucktoothsir point 1. to 1.3 I already did here right. So I tried what you suggested. I cutted the original video to square. Extracted 2D pose with detectron and reconstructed 3D pose using VideoPose3D. 2nd MethodSo yeah it still doesn't look as nice as yours. I have one more question.
EDIT: but detectron actually produces coco keypoints
But if i do that my 3D estimation gets completely wrong. |
Good catch! Indeed, the keypoint symmetry is used for test-time augmentation. If the latter is enabled (it is by default), the match between left/right keypoints should be specified properly to avoid messing things up. Regarding previous comments: the image does not need to have a square aspect ratio. I made the videos using the original 1920x1080 resolution. The important thing is that the images are normalized so that the largest edge is between -1 and 1 and the center of the image is at (0, 0), but the normalization function |
In #6, I got a worse result on the skate video. Then I cut it into a square video and finally reproduced the result showed https://s3.amazonaws.com/video-pose-3d/private/videos/wild4.mp4
The text was updated successfully, but these errors were encountered: