ubisoft-laforge-ZeroEGGS
ubisoft-laforge-ZeroEGGS copied to clipboard
All about ZeroEggs
converge not well when training using BEAT dataset. May I ask what could be the reason?
Hello, I am confused about the calculation of joint local velocity(lvrt) when reading code: lvrt = np.zeros_like(lpos) lvrt[1:] = quat.to_helical(quat.abs(quat.mul(lrot[1:], quat.inv(lrot[:-1])))) / dt lvrt[0] = lvrt[1] - (lvrt[3] - lvrt[2])...
How can I obtain three-dimensional coordinate information? How is the coordinate system of this coordinate information defined? I would greatly appreciate it if you could provide more details about the...
Hello guys, I wrote a streaming inference pipeline in Python for this project, including torch jit script, int8 dynamic quantization, and streaming interface for the audio encoder and decoder (style...
Thank you for the great work. Can you share the original rgb video recordings, please?
bvh and fbx model charactor skeleton not the same and not compatible.  
I'm using generate.py to generate, in conda venv, but seems the path has some issues due to the coding, keeos have an error like "'str' object has no attribute 'mkdir'"...
If I use librosa.feature.melspectrogram to extract melspectrogram from the raw wav , the result is quite different from use extract_mel_spectrogram_for_tts in datapipeline.py . such as using same setting and wav...