Closed dsdf783 closed 1 year ago
Hi dsdf783,
The npz files is a format of numpy. Basically it's a dict of arrays. If you already have the SMPL parameters prepared you can save it as a npz file using:
np.savez("<your filename here>.npz", **smpl_params)
Best, Tianjian
Dear tijiang13, I wanna use the animation in my own video, but how can I get the smpl parameters from my own video?
Dear tijiang13, I wanna use the animation in my own video, but how can I get the smpl parameters from my own video?
I have the same question. Have you solved it?
I want use the animation from my own video, can you tell me how can I get the correct npz file with the same format like aist_demo.npz?