Follow up for Issue #38 The best way to correct 3D pose for multi-person dataset #40
-
Hi, Thanks a lot for answering my question. You said that I don't need to run the fitting tool if I already have the 3D pose parameters. However, I don't have some all others parameters that you have in the annot_3d.npy. I have 'f', which is the focal length, 'v', the 3d pose (but the pixel-wise global one, not local one), and 'cam_t', which I'm not sure what it is (but I have all the intrinsic and extrinsic so I believe it is possible to get the cam_t, please let me know what cam_t stands for), but I don't have 'beta', which I believe is the parameter from smpl-x, and 'pose', which I believe is also from smpl-x. So, since I don't have 'beta' and 'pose', can I still skip the fitting process? Or I have to follow 2D -> fitting parameters -> 3D this process? Hopefully my description is clear! Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi, Also, the coordinate system converting is not very clear to me. I notice that in 'v' all the coordinates are ranging from -1 to 1, which should be the spherical coordinates. However, the coordinates I have for my dataset is global pixel-wise coordinates (basically is the same as the 'p2d' of 'annot_3d.npy' but added one more dimension for depth). How can I convert the pixel-wise coordinates system to your local coordinate system? I read the paper but it seems there are a lot of math. Is there a easy way to do so? |
Beta Was this translation helpful? Give feedback.
Hi,
Also, the coordinate system converting is not very clear to me. I notice that in 'v' all the coordinates are ranging from -1 to 1, which should be the spherical coordinates. However, the coordinates I have for my dataset is global pixel-wise coordinates (basically is the same as the 'p2d' of 'annot_3d.npy' but added one more dimension for depth). How can I convert the pixel-wise coordinates system to your local coordinate system? I read the paper but it seems there are a lot of math. Is there a easy way to do so?