ValueError: cannot reshape array of size 90000 into shape (1,28,28,1)

后端 未结 0 1034
花落未央
花落未央 2020-12-13 00:48

How to solve this problem ? i am unable to find the solution.

cap = cv2.VideoCapture(0)

while True:
    
    ret, frame = cap.read()
    roi = frame[100:400,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题