I tried to plot it, but apparently, I am getting upside down skeleton, so I think there is something issue with the matrix that I am using . Can you verify it once. It would be really helpful
Note: Even if I just get the joints on the image without the skeleton, thats more than enough. If you have any files or function of your own, feel free to let me know
Hi, I think this is caused by incorrect camera parameters. The camera parameters you get from the 'get_freeview_camera' function do not correspond to the image.
Hello @Yzmblog,
Thanks for your previous help with "perspective camera matrix".
This is a big request, so I hope you can check these. Now, I want to plot the 3d smpl joints on the output images that we get. I used the "extrinsic" matrix from the function https://github.com/Yzmblog/MonoHuman/blob/6429fdbf8c3eb7f8f77326a969e6519e91dad6cc/core/data/monohuman/freeview.py#L277
I tried to plot it, but apparently, I am getting upside down skeleton, so I think there is something issue with the matrix that I am using . Can you verify it once. It would be really helpful
Note: Even if I just get the joints on the image without the skeleton, thats more than enough. If you have any files or function of your own, feel free to let me know
Data used
Transformation from 3d to 2d
For plotting the skeleton, I used the following function
LASTLY
Result is this:
I am unsure, why it flipped, because when I just used the PlotSkel2D function, I got this
Could this be the transformation of points or the plotting is an issue??? Kindly help. Thank you @Yzmblog