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
@ZhengyiLuo Hello,When use retarget the current retargeting code I foud that fit_smpl_motion.py cannot handle the situation wherearms at singularity pose well. In this case, the jnt vel(rad/s) suddenly changes.
Can you optimize the code in fit_smpl_motion.py to handle situations where the joint speed suddenly increases in singular poses, such as when the joints are collinear? For example, when a 7-degree-of-freedom robotic arm is raised sideways, the joint speed suddenly increases, and the joint angles change significantly. I tried modifying the code, but it didn't have any effect.
I try to add jnt vel cost ,but it looks like not affect the arms behavior at singularity pose,
here is the reltated code where I add jnt vel cost in fit_smpl_motion.py
I use the dataset 0-DanceDB_20120807_CliodelaVara_Clio_Haniotikos_C3D_poses test the retarget Could you please have a look at this question about how to optimize the fit motion at arms singularity pose to prevent jnt's vel suddenly increases
The text was updated successfully, but these errors were encountered:
dbdxnuliba
changed the title
python scripts/data_process/fit_smpl_motion.py
fit_smpl_motion.py work not well at arms singularity pose
Dec 13, 2024
@ZhengyiLuo Hello,When use retarget the current retargeting code I foud that fit_smpl_motion.py cannot handle the situation wherearms at singularity pose well. In this case, the jnt vel(rad/s) suddenly changes.
![image](https://private-user-images.githubusercontent.com/13350158/395099643-20711f67-aa04-46a7-bb4b-c7f8a8b1ccc8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDUyOTksIm5iZiI6MTczODk0NDk5OSwicGF0aCI6Ii8xMzM1MDE1OC8zOTUwOTk2NDMtMjA3MTFmNjctYWEwNC00NmE3LWJiNGItYzdmOGE4YjFjY2M4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE2MTYzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRiYWI3ODhmYjAwZTgyY2IyNzNkMzM1ZjczNWNkMDFkYjIyOGFiMDU2MzdkNzA5ZmYwYTg5NTc4NWYxZTdmMDgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.lmDzGEJfUGfsGxFA_9AqJHJTIvXvGjTou0cMCwpfw5U)
Can you optimize the code in fit_smpl_motion.py to handle situations where the joint speed suddenly increases in singular poses, such as when the joints are collinear? For example, when a 7-degree-of-freedom robotic arm is raised sideways, the joint speed suddenly increases, and the joint angles change significantly. I tried modifying the code, but it didn't have any effect.
I try to add jnt vel cost ,but it looks like not affect the arms behavior at singularity pose,
here is the reltated code where I add jnt vel cost in fit_smpl_motion.py
I use the dataset 0-DanceDB_20120807_CliodelaVara_Clio_Haniotikos_C3D_poses test the retarget
Could you please have a look at this question about how to optimize the fit motion at arms singularity pose to prevent jnt's vel suddenly increases
The text was updated successfully, but these errors were encountered: