# SimplePoseTriangulation Triangulation of multiple persons from multiple camera views.
2D detections 3D detections 3D to 2D projection

## Build - Clone this project with submodules: ```bash git clone --recurse-submodules https://gitlab.com/Percipiote/SimplePoseTriangulation.git cd SimplePoseTriangulation/ ``` - Build docker container: ```bash docker build --progress=plain -t simpleposetriangulation . ./run_container.sh ``` - Test with samples: ```bash python3 /SimplePoseTriangulation/scripts/test_triangulate.py ``` - Test with _skelda_ dataset: ```bash export CUDA_VISIBLE_DEVICES=0 python3 /SimplePoseTriangulation/scripts/test_skelda_dataset.py ```