microsoft / multiview-human-pose-estimation-pytorch

This is an official Pytorch implementation of "Cross View Fusion for 3D Human Pose Estimation, ICCV 2019".
MIT License
541 stars 89 forks source link

the training time seems not to be shown in your paper #7

Closed yuzhenbo closed 4 years ago

yuzhenbo commented 4 years ago

Hi, the training time of this method is not descripted clearly in this paper. Can you tell me how long you train 2D or 3D pose estimation in human3.6 and MPII without fusion( just 3D estimation from single image). Thank you very much.

CHUNYUWANG commented 4 years ago

The training time for 2D pose estimation varies from one day to one week depending on input image size, backbone networks and GPU cards. The 3D pose estimation does not need training. Generally it can process several frames per second (the reported speed in the paper is several seconds per frame but we significantly improved the speed later).