caizhongang / SMPLer-X

Official Code for "SMPLer-X: Scaling Up Expressive Human Pose and Shape Estimation"
https://caizhongang.github.io/projects/SMPLer-X/
Other
975 stars 69 forks source link

Could find no file with path '../demo/result/xxx/img/%06d.jpg' and index in the range 0-4 #44

Closed Soyoline closed 8 months ago

Soyoline commented 8 months ago

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