You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yolov8-face-landmarks-opencv-dnn on main via 🐍 v3.8.10
❯ py main.py
Traceback (most recent call last):
File "main.py", line 171, in <module>
boxes, scores, classids, kpts = YOLOv8_face_detector.detect(srcimg)
File "main.py", line 75, in detect
det_bboxes, det_conf, det_classid, landmarks = self.post_process(outputs, scale_h, scale_w, padh, padw)
File "main.py", line 92, in post_process
bbox = self.distance2bbox(anchors, bbox_pred, max_shape=(self.input_height, self.input_width)) * stride
File "main.py", line 134, in distance2bbox
x1 = points[:, 0] - distance[:, 0]
ValueError: operands could not be broadcast together with shapes (6400,) (1600,)
The text was updated successfully, but these errors were encountered:
yolov8-face-landmarks-opencv-dnn on main via 🐍 v3.8.10
❯ py main.py
Traceback (most recent call last):
File "main.py", line 171, in <module>
boxes, scores, classids, kpts = YOLOv8_face_detector.detect(srcimg)
File "main.py", line 75, in detect
det_bboxes, det_conf, det_classid, landmarks = self.post_process(outputs, scale_h, scale_w, padh, padw)
File "main.py", line 92, in post_process
bbox = self.distance2bbox(anchors, bbox_pred, max_shape=(self.input_height, self.input_width)) * stride
File "main.py", line 134, in distance2bbox
x1 = points[:, 0] - distance[:, 0]
ValueError: operands could not be broadcast together with shapes (6400,) (1600,)
AbdulSamadMalik
changed the title
Please explain why this error is occurring when I'm running the main.py after cloning this repo, thanks.
Please explain why this error: ValueError operands could not be broadcast together with shapes (6400,) (1600,)
May 16, 2023
AbdulSamadMalik
changed the title
Please explain why this error: ValueError operands could not be broadcast together with shapes (6400,) (1600,)
Please explain this error: ValueError operands could not be broadcast together with shapes (6400,) (1600,)
May 16, 2023
I'm running
main.py
and getting this error.The text was updated successfully, but these errors were encountered: