Motion Graph using
ran-user opened this issue · 2 comments
ran-user commented
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"
ran-user commented
when I set the --compare-length as 1.0, the new error appear: Joint object has no attribute 'child_joint'
ameliacode commented
I found that the error was due to fps value. L359. I hope this solves..