GAST-Net-3DPoseEstimation icon indicating copy to clipboard operation
GAST-Net-3DPoseEstimation copied to clipboard

Human3.6M evaluation with non-GT 2D keypoints

Open guerrifrancesco opened this issue 3 years ago • 1 comments

Hi, I would evaluate GAST-Net using 2D keypoints from a 2d pose estimation framework. In the code you provided, 2D keypoints for evaluation are taken by the projection of the ground truth 3D keypoints. In your paper, I've seen that you've done this using CPN. Could you provide the code you've used? Thanks

guerrifrancesco avatar Mar 16 '21 08:03 guerrifrancesco

Hi~

The 2D keypoints detected from CPN used in the article is from VideoPose3D.

We also provide a tutorial on how to run our model on custom videos. In this tutorial, we adopt HRNet as 2D pose detector. Please check it for more details.

fabro66 avatar Apr 22 '21 02:04 fabro66