-
Notifications
You must be signed in to change notification settings - Fork 21
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
Regarding codebook #8
Comments
Dear Sai, Sorry for the confusing codes, you should use Best wishes. |
Hi YoungSeng, Thanks For your reply. Taking your reply into consideration I started playing with the sample.py
do we have any particular format that needs to be given as the input file name, can you please help me with this. Regarding Input Format In what format do we need to send the input with the size and shape of the input file could please help with this also. Thanks |
Dear Sai, The code is a hard demo, if you want to use your own audio, you can comment out
and uncomment any of the following lines DiffuseStyleGesture/main/mydiffusion_zeggs/sample.py Lines 379 to 380 in 85f4096
to choose your own Style and Intensity as DiffuseStyleGesture/main/mydiffusion_zeggs/sample.py Lines 20 to 27 in 85f4096
Hope this will help you! |
Hi YoungSeng, Thanks For You Time and Reply I am facing a shape error, can you please mention the shape and size of the file need to be given as the input
Looking forward :) Model file :- './model000450000.pt' Thanks |
it seems to be the problems of the shape of audio, do you set a max_len that more than the length of real audio? You may try to set max_len equal to 0. If you still have this problem, please upload the audio file. I will check it. |
Hi YoungSeng, Thanks for your Time
Thanks |
Hey Sai, In practice, I highly recommend using Blender visualization bvh. Similar software are maya, motionbuilder, I have tried them and found Blender more friendly. You can easily perform importing audio, rendering video, or even writing a script like Trimodal. You can also get a video of the skeleton in Python. Please ref to this issue. There are some repositories for visualization and you can also try, such as PyMO, npybvh, and Python_BVH_viewer, although I don't really recommend them. Good luck! |
Hi YounSeng, I have tried a lot but I am not getting how to convert this BVH File to 3D Video With Audio, I need little help. is there any repo or any models or code to like what I needed Thanks |
I recommend you the method I use:
|
I also encountered this problem, my audio is about 2 seconds, I set max_lenth=0, but still get this error: |
Hey, this was a fantastic repo I found in my research from the last few weeks I am trying to understand some code things from your repo is it possible for you to solve my issue below written
Waiting for the solution :)
Thanks
Sai
The text was updated successfully, but these errors were encountered: