facebookresearch / InterHand2.6M

Official PyTorch implementation of "InterHand2.6M: A Dataset and Baseline for 3D Interacting Hand Pose Estimation from a Single RGB Image", ECCV 2020
Other
676 stars 92 forks source link

Clarification of inference FPS #64

Closed zc-alexfan closed 3 years ago

zc-alexfan commented 3 years ago

In the paper, you mentioned that the paper runs at 53 FPS. Does that mean a batch size of 1, and it infers 53 iteration per second? Or a certain batch size X, and it infers Y iterations, which yields X*Y FPS?

mks0601 commented 3 years ago

It means when the batch size is 1, it infers 53 iterations per second.