BartMoyaers / BvhToDeepMimic

Convert .bvh files (Biovision Hierarchy) to DeepMimic format.
MIT License
64 stars 12 forks source link

some questions about traing the converted data #15

Closed visonpon closed 1 year ago

visonpon commented 2 years ago

Hi @BartMoyaers , thanks for your generous sharing of this work, i have tried to use some of the converted txt to train deepmimic , but all the results are bad. So hope you can give some help.

Fisrt, are there any other arguments you modified in the args.txt except for the motion_file? Second, how long did you trained for each motion? Third, since the converted txt are bigger than the orignal deepmimic txt, did you split it into smaller parts or just train on it?

what's more, I also tried to convert other form of bvh file to txt by modifing the settings.jon, but encountered the "Matrix must be orthogonal, i.e. its tranpose should he ist inverse" error. the difference between the bvh file is only the joint's name and the order of rotationChannelNames(mine is Zrotation,Xortation,Yrotaion). Hope can recive your responce ,thanks~

zzzbbs commented 1 year ago

Hi @BartMoyaers , thanks for your generous sharing of this work, i have tried to use some of the converted txt to train deepmimic , but all the results are bad. So hope you can give some help.

Fisrt, are there any other arguments you modified in the args.txt except for the motion_file? Second, how long did you trained for each motion? Third, since the converted txt are bigger than the orignal deepmimic txt, did you split it into smaller parts or just train on it?

what's more, I also tried to convert other form of bvh file to txt by modifing the settings.jon, but encountered the "Matrix must be orthogonal, i.e. its tranpose should he ist inverse" error. the difference between the bvh file is only the joint's name and the order of rotationChannelNames(mine is Zrotation,Xortation,Yrotaion). Hope can recive your responce ,thanks~

Hi, visonpon. I 'm facing the same problem of yours. Have you solved this problem? Could you give me some guidance? Thanks~

visonpon commented 1 year ago

@zzzbbs modify the setting.json file according to your bvh , and pay atttention to the jointAssignents,rootRotjoinmts,position/rotationchannelnames. what's more, set the scale to a proper value.