Initial steps.

This commit is contained in:
Daniel
2025-03-17 12:57:19 +01:00
parent 63f373e7ec
commit 5de7764e68
2 changed files with 36 additions and 0 deletions

11
extras/mmpose/run_container.sh Executable file
View File

@ -0,0 +1,11 @@
#! /bin/bash
xhost +
docker run --privileged --rm --network host -it \
--gpus all --shm-size=16g --ulimit memlock=-1 --ulimit stack=67108864 \
--volume "$(pwd)"/:/RapidPoseTriangulation/ \
--volume "$(pwd)"/../datasets/coco2017/annotations/:/mmpose/data/coco/annotations/ \
--volume "$(pwd)"/../datasets/coco2017/images/:/mmpose/data/coco/ \
--volume /tmp/.X11-unix:/tmp/.X11-unix \
--env DISPLAY --env QT_X11_NO_MITSHM=1 \
rpt_mmdeploy