caizhongang / SMPLer-X

Official Code for "SMPLer-X: Scaling Up Expressive Human Pose and Shape Estimation"

Home Page:https://caizhongang.github.io/projects/SMPLer-X/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could find no file with path '../demo/results/walking/img/%06d.jpg' and index in the range 0-4

Soyoline opened this issue · comments

When I try to inference, it shows these errors. Can someone tell me why and how to deal with it?
image

By using the pipeline here, it shows that: OSError: Failed to read input.png/000001.png. Seems this is why my inference fail. How can I deal with this problem?
#22 (comment)
Here comes the logs
image

Seems you are trying to inference on a single image, please restructure it like a video. (with only 1 frame)

i.e. input.png -> input/000001.jpg

Then use ".../input" as the input arg.

P.S. Performance won't be impacted by an image format change.

Seems you are trying to inference on a single image, please restructure it like a video. (with only 1 frame)

i.e. input.png -> input/000001.jpg

Then use ".../input" as the input arg.

P.S. Performance won't be impacted by an image format change.

thanks, I have successfully inferenced. Appreciate for your helping.