Rulai1
Results
1
comments of
Rulai1
Thanks for your reply Arthur! So I followed your advice and reply code in covert2fbx.py https://github.com/Arthur151/ROMP/blob/a349c6bf4d6229b8fba2e900d38ef210888937d0/simple_romp/tools/convert2fbx.py#L229-L230 by poses[inds] = frame_results[frame_name]['smpl_thetas'][0] trans[inds] = frame_results[frame_name]['cam_trans'][0] joints[inds] = frame_results[frame_name]['joints'][0] trans[inds] += joints[inds][0] and...