zhewei-mt

Results 20 comments of zhewei-mt

> > > You can refer [here](https://github.com/open-mmlab/mmhuman3d/blob/main/mmhuman3d/data/data_converters/h36m.py#L361-L364), where we rectify upside down people in h36m by applying a global rotation ([np.pi, 0, 0]). > > > > > > For...

> > > You can refer [here](https://github.com/open-mmlab/mmhuman3d/blob/main/mmhuman3d/data/data_converters/h36m.py#L361-L364), where we rectify upside down people in h36m by applying a global rotation ([np.pi, 0, 0]). > > > > > > For...

> Hello @ttxskk , What I am trying to do is to drive digital characters in Unreal Engine 5 using pose parameters output by SMPL. For visualization, the original code...

> Hi @zhewei-mt , In order to resolve your issues, I need you to provide more information as follows: Q1: Please attach the pose parameters and show the corresponding visualized...

Thanks for the quick reply. I found the code on how to convert "cam" to "cam_trans" using convert_cam_to_3d_trans function. I also notice another conversion [here](https://github.com/chungyiweng/humannerf/issues/1) with the code: trans =...

I double checked the code in "inference.py". Below is line 152: `out_poses = out_poses.reshape((out_poses.shape[0], -1, 12)) # (n_frames, n_joints, 12)` It reshapes the output to (n_frames, n_joints, 12), which gives...

Thanks for clarify. Do all joints share the same origin? Is there any way to convert the ratation information to be compatiable SMPL?

Thanks for your reply. My bad. I am not asking for shape parameter of SMPL. My purpose is to drive avatar in UE5. I expect that I should do some...

Thanks! Two more questions. 1. For 18 joints setting, is there any picture to visualize all joints positions? I dont understand the difference between 'b_l_wrist_twist' and 'b_l_wrist', and visualization helps...

For coordinate system of each joint, if I get it correct, when facing out of the screen, the direction would be like this: -y up and z forward ![9B9F5072-20A3-4b3c-BFD4-4CA2C7E27F45](https://github.com/youngwoo-yoon/Co-Speech_Gesture_Generation/assets/109195411/1aae690c-16cd-41ee-b348-e32e334218ed) Please...