MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
7.86k stars 1.96k forks source link

demo_3d_inference.py可视化问题 #1090

Closed swsong89 closed 1 year ago

swsong89 commented 1 year ago

您好,我利用scipt/demo_3d_inference.py对examples/demo/1.jpg进行测试,结果和原图一样没有生成人体网格,然后发现alphapose/utils/vis.py # 617行前后渲染结果没有生效,您这边输出图片正确吗? 1

Fang-Haoshu commented 1 year ago

Hi, we update the render process by using pytorch3d instead of opendr. you can try our new codebase to see if the visualization is correct.

swsong89 commented 1 year ago

Hi, we update the render process by using pytorch3d instead of opendr. you can try our new codebase to see if the visualization is correct.

Thank you for your work,the visualization is correct.