-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to write to bvh file? #8
Comments
It's not implenmented yet but I have implenmented myself. |
@Zju-George I've converted the result motion already so that I can use it to train policy, I have obtained the root translation myself, but I think it's not good enough, now I want to know how the author compute the root translation. |
I have also obtained The root translation using optimal method, Maybe WE can compare The result using The same video clip? Also, did you implement ASI? And does it improve a lot? |
Yes, I've implemented ASI, it converges much faster than RSI, it obtains good results on some easy clips(those shows in the paper), but it still fails if the motion result is not good enough. Maybe you can show me some result on caixukun? |
But I also encounter one big problem, we have no prior limitation on the ankle joints but when ankle joints are not touching the ground or have some wierd rotation, it is very hard to train the policy. And I think it is something that cannot be handled by ASI, so do you have any idea about this? |
Hi, we are trying to reproduce results from the paper and are stuck at the export phase between SFV and DeepMimic. We have a working BVH to DeepMimic translator but are not sure about the format of the BVH file. There's a line in Thank you for your help. |
Hi @Zju-George, I am wondering how you calculated the global root translation you mentioned above ? Can you explain how you did that ? Thank you very much ! |
By estimating the camera movement first ( I use OpenCV, but of course you can use any camera tracking software like PFTrack), then I optimize the 2D joints loss using the camera information. |
Check this Zju-George/DeepMimic#2 out! |
Hi, @mariolew how do you obtain the root translation? I couldn't figure out how to estimate the root position. Can you give any clue? Thanks very much! |
Hi, I noticed that '# from jason.bvh_core import write2bvh' this line has been commented out, so how to write to bvh?
The text was updated successfully, but these errors were encountered: