MVIG-SJTU / AlphaPose

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

Issues with poseflow #647

Open halcyon370 opened 4 years ago

halcyon370 commented 4 years ago

name 'copy' is not defined https://github.com/MVIG-SJTU/AlphaPose/blob/a22d3d6047b05be6ed94567c520d2a20d28d0407/PoseFlow/poseflow_infer.py#L136 Meanwhile, hungarian matching with ProcessPoolExecutor seems slower than single process.

Fang-Haoshu commented 4 years ago

Hi thanks! Will add copy to the setup.py

The process pool executer depends on the hardware(cpu cores). You might need to tune the process number according to your environment.