Copied initial tools.

This commit is contained in:
Daniel
2024-06-26 17:13:19 +02:00
parent b4a55be4bd
commit fa6b55aed5
6 changed files with 191 additions and 0 deletions

11
run_container.sh Normal 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)"/:/SimplePoseTriangulation/ \
--volume "$(pwd)"/../datasets/:/datasets/ \
--volume "$(pwd)"/skelda/:/skelda/ \
--volume /tmp/.X11-unix:/tmp/.X11-unix \
--env DISPLAY --env QT_X11_NO_MITSHM=1 \
simpleposetriangulation