wmcnally / kapao

KAPAO is an efficient single-stage human pose estimation model that detects keypoints and poses as objects and fuses the detections to predict human poses.
GNU General Public License v3.0
753 stars 103 forks source link

There is an error with your code #59

Closed wangduyang closed 2 years ago

wangduyang commented 2 years ago

The problem is model/image.py

“ bboxes = scale_coords(img.shape[2:], person_dets[0][:, :4], im0.shape[:2]).round().cpu().numpy()”

the code will stop when there is no target in the image.