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

Some question about the docker support

Soyoline opened this issue · comments

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
I wonder what does the <vid_output_folder> and the <vid_input_folder> mean. Are they the folders /SMPLer-X-main/demo/results and /SMPLer-X-main/demo/videos?