Open yufu-liu opened 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
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.
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?
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?