2024-10-10 12:47:41 +02:00
2024-10-10 12:47:41 +02:00
2024-10-10 12:47:41 +02:00
2024-10-09 10:40:53 +02:00
2024-10-10 12:46:11 +02:00
2024-09-11 11:40:00 +02:00
2024-06-26 16:25:35 +02:00
2024-09-11 11:40:00 +02:00
2024-06-26 16:25:35 +02:00
2024-06-26 17:13:19 +02:00
2024-09-11 11:40:00 +02:00
2024-06-26 17:13:19 +02:00

SimplePoseTriangulation

Triangulation of multiple persons from multiple camera views.

2D detections 3D detections 3D to 2D projection

Build

  • Clone this project with submodules:

    git clone --recurse-submodules https://gitlab.com/Percipiote/SimplePoseTriangulation.git
    cd SimplePoseTriangulation/
    
  • Build docker container:

    docker build --progress=plain -t simpleposetriangulation .
    ./run_container.sh
    
  • Test with samples:

    python3 /SimplePoseTriangulation/scripts/test_triangulate.py
    
  • Test with skelda dataset:

    export CUDA_VISIBLE_DEVICES=0
    python3 /SimplePoseTriangulation/scripts/test_skelda_dataset.py
    

Debugging

cd /SimplePoseTriangulation/swig/ && make all && cd ../tests/ && python3 test_interface.py
Description
Ultra fast triangulation of multiple persons from multiple camera views
Readme 24 MiB
Languages
C++ 92.1%
Python 7%
CMake 0.6%
SWIG 0.2%