Lỗi SystemError: <built-in function imread> returned NULL without setting an error trong python

Xin chào mọi người, e đang chạy code YOLO thì nó xuất hiện lỗi như thế này.

Traceback (most recent call last):
  File "C:\Users\ADMIN\Desktop\Yolo\YOLOv3-object-detection-tutorial-master\YOLOv3-custom-training\image_detect.py", line 172, in <module>
    r_image, ObjectsList = yolo.detect_img(frame)
  File "C:\Users\ADMIN\Desktop\Yolo\YOLOv3-object-detection-tutorial-master\YOLOv3-custom-training\image_detect.py", line 153, in detect_img
    image = cv2.imread(image, cv2.IMREAD_COLOR)
SystemError: <built-in function imread> returned NULL without setting an error. 

Đây là lần đầu tiên em gặp lỗi này, em nghĩ là do openCV. Mọi người giúp em với ạ. Em cảm ơn mọi người

83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?