Arthur151 / ROMP

Monocular, One-stage, Regression of Multiple 3D People and their 3D positions & trajectories in camera & global coordinates. ROMP[ICCV21], BEV[CVPR22], TRACE[CVPR2023]
https://www.yusun.work/
Apache License 2.0
1.31k stars 227 forks source link

problem in convert2fbx.py #363

Open yangqing-20 opened 1 year ago

yangqing-20 commented 1 year ago

I used the demo video:https://github.com/Arthur151/ROMP/blob/assets/demo/videos/sample_video2.mp4,and used "bev -m video -i ... -o ... --save_video". Then I used blender and applpy convert2fbx.py,but I was encountered with a problem that :

File "/Text", line 275, in process_poses KeyError: 'bpy_prop_collection[key]: key "f_avg_Pelvis" not found'

euneestella commented 1 year ago

Hi! I encountered same issue before, but resolved it after using SMPL for unity (SMPL_m_unityDoubleBlends_lbs_10_scale5_207_v1.0.0.fbx). Did you use proper .fbx from official website?

This Issue was helpful for me.