2025-01-13 15:01:06 +01:00
2024-12-19 15:55:14 +01:00
2024-12-19 16:02:18 +01:00
2024-12-09 14:17:35 +01:00
2024-12-19 14:23:41 +01:00
2024-12-19 16:20:21 +01:00
2024-11-29 13:53:47 +01:00
2024-12-09 14:17:35 +01:00
2024-10-14 16:28:34 +02:00
2024-06-26 16:25:35 +02:00
2025-01-13 14:43:26 +01:00
2024-06-26 16:25:35 +02:00
2024-06-26 17:13:19 +02:00
2024-12-19 13:52:44 +01:00
2024-11-25 17:51:20 +01:00

RapidPoseTriangulation

Fast 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/RapidPoseTriangulation.git
    cd RapidPoseTriangulation/
    
  • Build docker container:

    docker build --progress=plain -t rapidposetriangulation .
    ./run_container.sh
    
  • Build triangulator:

    cd /RapidPoseTriangulation/swig/ && make all && cd ../tests/ && python3 test_interface.py && cd ..
    
  • Test with samples:

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

    export CUDA_VISIBLE_DEVICES=0
    python3 /RapidPoseTriangulation/scripts/test_skelda_dataset.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%