MVIG-SJTU / AlphaPose

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

Cancelling YOLO and feed the pose estimator via another source #1049

Open erdemuysalx opened 2 years ago

erdemuysalx commented 2 years ago

Hi all,

I want to cancel out the YOLO and provide person bounding boxes to the pose estimator from another source. Do you it is possible with changing some code or it would be highly complicated task to do? Any suggestions?

HaoyiZhu commented 2 years ago

Hi, you can try the detfile flag and the file detection loader, so that you can just send into your detection result file.

erdemuysalx commented 2 years ago

I created the detection files according to file detection loader. However when I run demo_inference.py with --detfile flag activated, loading pose model takes too much time. It stuck at this point.

image
erdemuysalx commented 2 years ago

Output when I press Ctrl+C:

image