mkocabas / EpipolarPose

Self-Supervised Learning of 3D Human Pose using Multi-view Geometry (CVPR2019)
Other
594 stars 97 forks source link

can you explain the postprocessing functions like show3Dpose and drawskeleton ? #28

Closed sezan92 closed 4 years ago

sezan92 commented 4 years ago

can you explain the postprocessing functions like show3Dpose and drawskeleton ? I need to know them to see if the model is problematic or the visualizaition funcitons?

mkocabas commented 4 years ago

These are visualization functions to see the predictions of the model. show3Dpose function creates a 3D coordinate systems and draw the predicted skeleton in this space. drawskeleton is for visualizing the 2D projection of predicted skeleton in image space.