deepinsight / deepinsight/insightface
ValueError: operands could not be broadcast together with shapes (19200,) (12800,)
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
运行scrdf报错
Traceback (most recent call last):
File "D:/yolo/insightface-master/detection/scrfd/tools/scrfd.py", line 318, in
bboxes, kpss = detector.detect(img, 0.5, input_size = (640, 640))
File "D:/yolo/insightface-master/detection/scrfd/tools/scrfd.py", line 225, in detect
scores_list, bboxes_list, kpss_list = self.forward(det_img, thresh)
File "D:/yolo/insightface-master/detection/scrfd/tools/scrfd.py", line 195, in forward
bboxes = distance2bbox(anchor_centers, bbox_preds)
File "D:/yolo/insightface-master/detection/scrfd/tools/scrfd.py", line 38, in distance2bbox
x1 = points[:, 0] - distance[:, 0]
ValueError: operands could not be broadcast together with shapes (19200,) (12800,)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.