Exporting onnx instructions.

This commit is contained in:
Daniel
2024-11-29 13:51:20 +01:00
parent 1c0eeb9147
commit 4b2811c1c8
6 changed files with 97 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#! /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 /tmp/.X11-unix:/tmp/.X11-unix \
--env DISPLAY --env QT_X11_NO_MITSHM=1 \
rpt_mmdeploy