chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)
MIT License
793 stars 197 forks source link

How about the speed? #3

Closed yw155 closed 6 years ago

yw155 commented 6 years ago

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

chenyilun95 commented 6 years ago

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.

yw155 commented 6 years ago

@chenyilun95, thank you.

nvnnghia commented 6 years ago

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