Closed Dipankar1997161 closed 1 year ago
Sorry. I do not remember how to use this function. Please try it by yourself. Or you could open an issue on the repo of EasyMoCap. Qing Shuai is more familiar with these visualization things than me.
@pengsida, I was able to plot the skeletons in both 3d and 2d using the above functions.
I have a question regarding zju-mocap dataset, so if you can clarify. There are 24 smpl joints present in the dataset, which do not have the eyes and nose coordinates.
Reason - I want to convert them into coco, but when I converted, the nose joints are missing. Kindly let me know, if there's a way.
Here are the results so far
I interpolated the nose joints. Thanks, I can close this section now
hello @pengsida,
So I did the conversion of smpl to coco. NOW!!
In neural-body, we did not plot the skeleton nor the key points as it is usually not part of the reconstruction. However, I want to visualise the skeleton on the images or separately.
I came across this vis_utils file here. Can I directly use it to plot the skeletons or even just the key points on the images. https://github.com/zju3dv/neuralbody/blob/301ab711418dd118b59eed833e34aa4d39e1cc0b/lib/utils/vis_utils.py
or Is there anything, I must take care in this regards, do let me know.
thank you