FORTH-ModelBasedTracker / PyOpenPose

Python bindings for the Openpose library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FPS is very low as compare to original Openpose.

sainisanjay opened this issue · comments

When i run original Openpose with a video its gave 11-12 fps on my GPU but when i run PyOpenPose with same video and same GPU, its gave only 2-3 fps. Why???

The performance should be the same. Maybe you are doing some extra processing in the loop? Try to measure only the time of the "detect" call.