MotionGPT
MotionGPT copied to clipboard
trajectory = trajectory - trajectory[..., 0, :] IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed
Hi author, while doing rendering, it shows the error: trajectory = trajectory - trajectory[..., 0, :] IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed Any help would be appreciated, thanks!
Having this issue as well, but only when I try to use the 300 component smpl mesh. It was working with the 16 component mesh.
In my case the solution was to set the correct model paths in assets.yaml - it's working correctly now
hi @quietscientist , Would I get the parameter in the assets.yaml? Which model path? Thanks your help.
Hi, @quietscientist I would like to know if the SMPL for 300 components was downloaded from the SMPL official website, and if it provides Blender and Python 2.7, is it a Python 2.7 version of the 300 component
I used .NPY files from other projects that owner mentioned in README, and they can work now. There may be problems with the directly generated NPY files by app.py.
Maybe it's because a .npy file representing a sequence of text tokens is rendered. When I rendered the .npy files that end with 'out.npy', this error was no longer existed.