caizhongang / SMPLer-X

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

Inference using the wcwcw/smplerx_inference:v0.2 docker image does not work #71

Open lennarteingunia opened 4 months ago

lennarteingunia commented 4 months ago

Expectation

When running

docker pull wcwcw/smplerx_inference:v0.2
docker run --gpus all -v <video_input_folder>:/smplerx_inference/ -v <video_output_folder>:/smplerx_inference/vid_output wcwcw/smplerx_inference:v0.2 --vid <video_name>.mp4

I expected inference to be run.

Problem

Instead I get the following error:

python: can't open file '/smplerx_inference/smplerx/inference_docker.py': [Errno 2] No such file or directory