Open Xiyan-Xu opened 2 years ago
Thank you for your interest in our work. This is a general approach. Because there are some overlapping points in human joints, these points are usually removed during prediction. However, when the error is calculated, these points are re-added to ensure the integrity of the pose. As far as I know, all existing methods do so.
I notice that in line 273~276 of the file "main_cmu_3d.py", _p3d_out4 is treated as follow:
Will this result in some joints being counted multiple times when calculating MPJPE?
Thanks