perfanalytics / pose2sim

Markerless kinematics with any cameras — From 2D Pose estimation to 3D OpenSim motion
https://perfanalytics.github.io/pose2sim/
BSD 3-Clause "New" or "Revised" License
274 stars 50 forks source link

Separated augment #62

Closed hunminkim98 closed 10 months ago

hunminkim98 commented 10 months ago

Hello sir. I completed the task of separating the marker augmenter from the triangulation. Users can use marker augmenter separately. It is generally recommended to use them after filtering. On the command line, use Pose2Sim.augmenter()

The pull request from the main branch is working with triangulation and the augmenter, and the current pull request is a separated version.

You can make a final decision and accept only one requisition!