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
Traceback (most recent call last):
File "demo_full.py", line 479, in
faceRecognize(detector=args.detector,threshold=args.threshold, write_video = args.record,resize_w=args.w,resize_h=args.h)
File "demo_full.py", line 422, in faceRecognize
frame = updateRightInfo(frame,face_info_list,face_img_list)
File "demo_full.py", line 200, in updateRightInfo
frame[(left_y+offset_y_value):(left_y+resize_w+ offset_y_value), -(left_x+resize_w):-left_x] = face_img
ValueError: could not broadcast input array from shape (80,80,3) into shape (0,80,3)
刷新时大小不一致,请问怎么解决呢
The text was updated successfully, but these errors were encountered:
识别时出现错误
Traceback (most recent call last):
File "demo_full.py", line 479, in
faceRecognize(detector=args.detector,threshold=args.threshold, write_video = args.record,resize_w=args.w,resize_h=args.h)
File "demo_full.py", line 422, in faceRecognize
frame = updateRightInfo(frame,face_info_list,face_img_list)
File "demo_full.py", line 200, in updateRightInfo
frame[(left_y+offset_y_value):(left_y+resize_w+ offset_y_value), -(left_x+resize_w):-left_x] = face_img
ValueError: could not broadcast input array from shape (80,80,3) into shape (0,80,3)
刷新时大小不一致,请问怎么解决呢
The text was updated successfully, but these errors were encountered: