chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How about the speed?

yw155 opened this issue · comments

commented

Hi @chenyilun95, thanks for your great work. I would like to ask a question about the speed of CPN. Thanks.

Right now we only do some flops analysis in paper. And this code is not written for efficiency and it indeed need some time to make the code quick maybe in C++ programming. In reality the speed depends on the number of detection boxes in one image + network forward + post processing. Thus, you might have a try to run the code and analysis the bottleneck of speed.

commented

@chenyilun95, thank you.

commented

@yw155 May I ask about speed of this method? Thank you