test for better pdf formatting

This commit is contained in:
David PAGNON 2022-09-13 11:52:18 +02:00 committed by GitHub
parent 01352f776c
commit f51d1064ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,8 +60,6 @@ The goal of `Pose2Sim` is to build a bridge between the communities of computer
* `OpenPose` [@Cao_2019], a 2D human pose estimation neural network
* `OpenSim` [@Delp_2007], a 3D biomechanics analysis software
![Pose2Sim full pipeline: (1) OpenPose 2D joint detection; (2i) Camera calibration; (2iiiv) Tracking the person of interest, Triangulating keypoints coordinates, and Filtering them; (3) Constraining the 3D coordinates to a physically consistent OpenSim skeletal model.\label{fig:pipeline}](Pipeline.png)
The workflow is organized as follows (\autoref{fig:pipeline}):
1. Preliminary `OpenPose` [@Cao_2019] 2D keypoints detection
@ -72,6 +70,8 @@ The workflow is organized as follows (\autoref{fig:pipeline}):
4. 3D coordinate filtering
3. A full-body `OpenSim` [@Delp_2007] skeletal model with `OpenPose` keypoints is provided, as well as scaling and inverse kinematics setup files.
![Pose2Sim full pipeline: (1) OpenPose 2D joint detection; (2i) Camera calibration; (2iiiv) Tracking the person of interest, Triangulating keypoints coordinates, and Filtering them; (3) Constraining the 3D coordinates to a physically consistent OpenSim skeletal model.\label{fig:pipeline}](Pipeline.png)
# Pose2Sim method details
`Pose2Sim` is meant to be as fully and easily configurable as possible, by editing the 'User/Config.toml' file. Optional tools are also provided for extending its usage (\autoref{fig:utilities}).