Vegetebird / StridedTransformer-Pose3D

[TMM 2022] Exploiting Temporal Contexts with Strided Transformer for 3D Human Pose Estimation
MIT License
335 stars 37 forks source link

How to calculate the MPJPV in the code? #40

Closed zhang-yuxian closed 7 months ago

zhang-yuxian commented 10 months ago

I searched online for how to calculate MPJPV, but couldn't find it, so how to implement MPJPV calculation in the code?

屏幕截图 2023-12-16 212808
Vegetebird commented 7 months ago

We use their code (https://github.com/facebookresearch/VideoPose3D/blob/1afb1ca0f1237776518469876342fc8669d3f6a9/run.py#L704) to calculate MPJPV.