karfly / learnable-triangulation-pytorch

This repository is an official PyTorch implementation of the paper "Learnable Triangulation of Human Pose" (ICCV 2019, oral). Proposed method archives state-of-the-art results in multi-view 3D human pose estimation!
MIT License
1.09k stars 181 forks source link

Calculating MPJPE #98

Closed jamalknight closed 4 years ago

jamalknight commented 4 years ago

Hi there

I have run training and evaluation on this model (triangulation) and would like to calculate the error MPJPE based on the results this model has generated.

What is the process of calculating MPJPE based on the data calculated? Any info on the formula, and where to get the data (ground truth and estimated) would be helpful.

thanks

jamalknight commented 4 years ago

Am I correct in saying that the error rate (MPJPE) is written to the metric.json file located:

/logs/human36m_vol_softmax_VolumetricTriangulationNet@16.07.2020-07:58:35/checkpoints/0056/metric.json

thanks