mmhuman3d
mmhuman3d copied to clipboard
Error when estimate SMPL parameters for single-person when input is image.

Traceback (most recent call last):
File "demo/estimate_smpl.py", line 595, in
Hi @zhang123-sys,
The log means the length of the input sequence should larger than slide_window_size. So you should disable the smooth algorithm if the input is a single image.
I hope this answer is helpful to you.