mks0601 / 3DMPPE_ROOTNET_RELEASE

Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
MIT License
477 stars 65 forks source link

what is the difference between protocol1 and protocol2 bbox? #10

Closed wangzheallen closed 4 years ago

wangzheallen commented 4 years ago

For H36M.

mks0601 commented 4 years ago

As described in my paper, protocol 1 uses subject 1, 5, 6, 7, 8, 9 as training set, and subject 11 as testing set. protocol 2 uses subject 1, 5, 6, 7, 8 as training set, and subject 9, 11 as testing set.

The bboxs are bbox prediction results on testing set. Therefore, bbox of protocol 2 includes bbox of protocol 1.

wangzheallen commented 4 years ago

Thanks! I was thinking mpjpe and pmpjpe, thanks for clarification!