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
{{ message }}
This repository has been archived by the owner on May 9, 2023. It is now read-only.
Hello, I want to know how can i use the motion graph modul in this project. when i using the commond python main.py --v-up-env y --length 30 --num-files 5 --motion-folder XXX --output-bvh-folder YYY, the console gives error "assertionerror : alpha(-2.00000) is out of range". I found that the error comes from motions.resample(). If I delete this line in main.py, i receive an error "compare_length >= blend_length"
The text was updated successfully, but these errors were encountered:
Hello, I want to know how can i use the motion graph modul in this project. when i using the commond python main.py --v-up-env y --length 30 --num-files 5 --motion-folder XXX --output-bvh-folder YYY, the console gives error "assertionerror : alpha(-2.00000) is out of range". I found that the error comes from motions.resample(). If I delete this line in main.py, i receive an error "compare_length >= blend_length"
The text was updated successfully, but these errors were encountered: