Open halcyon370 opened 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.
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.
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.