Closed wangduyang closed 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.
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.