Closed lucasjinreal closed 1 year ago
Traceback (most recent call last): File "D:\CV2022\mymediapipe\yolov7\exe_yolov7\main.py", line 158, in <module> dstimg = YOLOv7_face_detector.draw_detections(srcimg, boxes, scores, kpts) File "D:\CV2022\mymediapipe\yolov7\exe_yolov7\main.py", line 123, in draw_detections x, y, w, h = box.astype(int) ValueError: not enough values to unpack (expected 4, got 1)
Most of images looks normal, except this image:
as you can see at first glance, some face are more like horizontal rect rather than normally vertical rect,
what could be the reason?