docker run --gpus all -v :/smplerx_inference/vid_input \
-v :/smplerx_inference/vid_output \
wcwcw/smplerx_inference:v0.2 --vid .mp4
I wonder what does the and the mean. Are they the folders /SMPLer-X-main/demo/results and /SMPLer-X-main/demo/videos?
docker run --gpus all -v:/smplerx_inference/vid_input \
-v :/smplerx_inference/vid_output \
wcwcw/smplerx_inference:v0.2 --vid .mp4
I wonder what does the and the mean. Are they the folders /SMPLer-X-main/demo/results and /SMPLer-X-main/demo/videos?