-
Notifications
You must be signed in to change notification settings - Fork 760
Doubts #60
Comments
|
Hi, |
The trajectory model predicts the position of the root joint, and uses the same architecture as the pose model (you have 1 output joint instead of 17). As we state in the paper, the reason why we use two models is that they tend to affect each other negatively when trained in a multi-task fashion. We currently don't have a public pretrained model for the trajectory, but you can train it yourself by running semi-supervised training. |
I think the 2D keypoints correspond to the pixel space. So does it mean we can't align 2D keypoints and 3D predictions? |
For in the wild videos.
I had some doubts.
1)all the predictions done are in camera space, right ? How to do it in real world co-ordinate system ?
2)what is the location of the root joint as all the predictions are made with it as the origin ?
3)I have the intrinsic and extrinsic camera parameters for my run in the wild video. Where should I input it to make them contribute to the result or how should I pre-process my video with these parameters ?
4)I see that that the root joint is always fixed and you said to regress it for movement. Could you please explain it in a little more detail what you mean ?
5)What should be the default fps of the video - I wanted to get results at 200 fps is it possible ?
Thanks
The text was updated successfully, but these errors were encountered: