tempoxylophone

Results 4 issues of tempoxylophone

Hello! Is it possible to recover SMPL parameters from HumanML3D? It can be done with Human Body Prior: https://github.com/nghorbani/human_body_prior via VPoser, but I was curious - is there another way?

Hello, Thank you for your amazing work on this repository! I have been trying to use the visualization tools in `src/body_visualizer/tools/vis_tools.py` and encountered issues with PyOpenGL. The fix was to...

Thank you so much for open sourcing this work! I think I may have found a very, very slight issue. When using the `--eval-total-size` argument, the final batch in the...

New behavior: ```python test_input = np.array([1.0, 1.0]) shift_array(t_input, offset=-1) ``` >`array([1., nan])` Old behavior: ```python test_input = np.array([1.0, 1.0]) shift_array(t_input, offset=-1) ``` >`array([1., 8.69623725e-311)` (when compiled with numba, reads out...