MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
7.86k stars 1.96k forks source link

Improving performance of tracker in inference time #1114

Open MenYosOz opened 1 year ago

MenYosOz commented 1 year ago

Instead of copying the tensor, use the same memory by converting to NumPy array first. By doing so, You can improve the inference time of the tracker (On my computer it was 10ms per single process).