lucasjinreal / nosmpl

Accelerated SMPL operation, commonly used in generate 3D human mesh, STAR included.
GNU General Public License v3.0
132 stars 9 forks source link

Display SMPL model with a coordinate system frame #10

Open yufu-liu opened 1 year ago

yufu-liu commented 1 year ago

Hi, thanks for creating this useful tool! I have used it successfully, but my professor asked me to add coordinate system frame when displaying body pose. I see there is a flag "enable_axis" in the class "Open3DVisualizer" in vis_o3d.py, but it didn't work when "enable_axis = True". Do you have any suggestion?

lucasjinreal commented 1 year ago

this need get familliar with open3d, the nosmpl visualizer based on open3d, but in my purpose didn't get involved with that reduant part, the flag are for future use purpose, if you interested fill free get deeper with open3d, you will find a proper way add axis easily

yufu-liu commented 1 year ago

Thanks for your fast reply. I just successfully integrate SMPL model with xyz coordinate frame by Open3D. However, there is still an issue that I cannot set the transparency/opacity of SMPL model to make the coordinate frame easier to see.

Do you have any idea? Maybe solving this issue can help this tool be more useful and flexible.

yangqing-yq commented 6 months ago

Thanks for your fast reply. I just successfully integrate SMPL model with xyz coordinate frame by Open3D. However, there is still an issue that I cannot set the transparency/opacity of SMPL model to make the coordinate frame easier to see.

Do you have any idea? Maybe solving this issue can help this tool be more useful and flexible.

how is your work going, any repo to let us have a look?