Xin hỏi khi mình thực thi chạy thì báo lỗi thế này xin được chỉ cách fix lỗi ạ: PS D:\python\yolo-object-detection> python yolo.py --image images/image1.jpg [INFO] loading YOLO from disk... Traceback (most recent call last): File "D:\python\yolo-object-detection\yolo.py", line 44, in ln = [ln[i[0] - 1] for i in net.getUnconnectedOutLayers()] File "D:\python\yolo-object-detection\yolo.py", line 44, in ln = [ln[i[0] - 1] for i in net.getUnconnectedOutLayers()] IndexError: invalid index to scalar variable.
Mình đã áp dụng thành công. Phương pháp này có hiệu suất cao so với các thuật toán học máy truyền thống.
Xin hỏi khi mình thực thi chạy thì báo lỗi thế này xin được chỉ cách fix lỗi ạ:
PS D:\python\yolo-object-detection> python yolo.py --image images/image1.jpg
[INFO] loading YOLO from disk...
Traceback (most recent call last):
File "D:\python\yolo-object-detection\yolo.py", line 44, in
ln = [ln[i[0] - 1] for i in net.getUnconnectedOutLayers()]
File "D:\python\yolo-object-detection\yolo.py", line 44, in
ln = [ln[i[0] - 1] for i in net.getUnconnectedOutLayers()]
IndexError: invalid index to scalar variable.