IDEA-Research / OSX

[CVPR 2023] Official implementation of the paper "One-Stage 3D Whole-Body Mesh Recovery with Component Aware Transformer"
https://osx-ubody.github.io/
MIT License
659 stars 58 forks source link

Question about how to get skeleton image #20

Closed szm0613 closed 1 year ago

szm0613 commented 1 year ago

Hi, sorry to bother you, I would like to ask how do I get the skeleton key-points show in original image in the demo, which can only generate the 3Dmesh of the original image?Thank you very much.

linjing7 commented 1 year ago

Hi, we visualize the keypoints with the code of mmpose. For the 3D mesh, you can refer to demo.py as an example.