bearpaw / pytorch-pose

A PyTorch toolkit for 2D Human Pose Estimation.
GNU General Public License v3.0
1.11k stars 253 forks source link

detections_our_format #82

Closed nitba closed 5 years ago

nitba commented 5 years ago

Hi @bearpaw

which script 'evaluation/data/detections_our_format.mat' produce this result? and jnt_missing attribute is the same as the attribute ` indata loader` during training, I could not find that, I mean the only joints which has zero coordinates in their annotation are considered as missed ones ? not occluded ones?

nitba commented 5 years ago

Why do you have SC_BIAS in addition to '0.5 threshold'? SC_BIAS is considered for previous State of arts?

bearpaw commented 5 years ago
  1. detections_our_format.mat is from http://www.cims.nyu.edu/~tompson/data/mpii_valid_pred.zip (see Readme)
  2. Eval code is from MPII's official evaluation toolkit: http://human-pose.mpi-inf.mpg.de/results/mpii_human_pose/evalMPII.zip