You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for your wonderful work.
I'm seeking a way to take the choreography for music in the wild as a .fbx format.
For this, I have tried to convert the 3D position into SMPL parameter, using the commend of python -u main_actor_critic.py --config configs/actor_critic_demo.yaml --train and rotmat=True in the config file.
In this process, I have a question about the function of visulizeAndWrite() in functional.py. In the function, the dance motion data (maybe predicted 3D position sequence) is got into the get_closest_rotmat() and rotmat2aa. As I know, the SMPL model can predict its parameters using the 3D rotational data, but in the code, there is no function for converting positional data to rotational data.
So, is there a way of converting positional data to rotational data? Or do I implement the function using the IK method and so on?
If there's anything I'm misunderstanding, I would appreciate it if you could correct me.
The text was updated successfully, but these errors were encountered:
hey, i find this project useful. i successful converted it to a pickle file that can be imported into Blender, and then i got a 3D model dance using the SMPL-to-FBX plugin.
however, i still cannot drive custom 3D models (such as mixamo), i can only drive SMPL's default human body. i asked some of my Blender-familiar friends, and they say that driving custom 3D models may be difficult, because SMPL is not a common skeleton format in their industry.
so i decide to stop here.
but i hope someone who is good at 3D modeling can continue to explore how to drive it. for all those interested, i also find the discussion in this link useful: google-research/mint#39
Hello, thank you for your wonderful work.
I'm seeking a way to take the choreography for music in the wild as a .fbx format.
For this, I have tried to convert the 3D position into SMPL parameter, using the commend of
python -u main_actor_critic.py --config configs/actor_critic_demo.yaml --train
androtmat=True
in theconfig
file.In this process, I have a question about the function of
visulizeAndWrite()
infunctional.py
. In the function, the dance motion data (maybe predicted 3D position sequence) is got into theget_closest_rotmat()
androtmat2aa
. As I know, the SMPL model can predict its parameters using the 3D rotational data, but in the code, there is no function for converting positional data to rotational data.So, is there a way of converting positional data to rotational data? Or do I implement the function using the IK method and so on?
If there's anything I'm misunderstanding, I would appreciate it if you could correct me.
The text was updated successfully, but these errors were encountered: