DeNA / Chainer_Realtime_Multi-Person_Pose_Estimation

Chainer version of Realtime Multi-Person Pose Estiamtion
Other
431 stars 94 forks source link

FPS for all the modules #37

Open abhigoku10 opened 5 years ago

abhigoku10 commented 5 years ago

Hi @kentaxpapa @nk35jk @TakashiNinjouji @ng-ops @symoriock Thanks for the wonderful code. i have few queries

  1. Whats the fps of facenet,posenet and handnet
  2. can we use handnet to detect the activity ? 3.Can we run handnet and posenet on CPU or other embedded sys to get good fps

Thansk in advance

leetenki commented 5 years ago

1、We haven't measured FPS yet. 2、No, you can't. 3、It can work on CPU but very slow.

abhigoku10 commented 5 years ago

@leetenki thanks for the input