Yolo - AssertionError: Image is not a np.ndarray

前端 未结 0 695
深忆病人
深忆病人 2020-12-08 08:03

I am trying the below code

capture = cv2.VideoCapture(\'sample.mp4\')
colors=[tuple(255 * np.random.rand(3)) for i in range(5)]
while (capture.isOpened()):
           


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