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/result/xxx/img/%06d.jpg' and index in the range 0-4

Soyoline opened this issue · comments

During the docker support stage, when I run the

docker run  --gpus all -v <vid_input_folder>:/smplerx_inference/vid_input \
        -v <vid_output_folder>:/smplerx_inference/vid_output \
        wcwcw/smplerx_inference:v0.2 --vid <video_name>.mp4

It shows "No adapter used", but It seems that my structure is ok. Is there anything wrong?
image