Open larunxn opened 2 years ago
Traceback (most recent call last): File "D:/Project/Pycharm/License-Plate-Detector-master/detect_plate.py", line 162, in f = show_files("/home/zeusee/plate/", []) File "D:/Project/Pycharm/License-Plate-Detector-master/detect_plate.py", line 145, in show_files file_list = os.listdir(path) FileNotFoundError: [WinError 3] 系统找不到指定的路径。: '/home/zeusee/plate/'
这个路径是作者电脑里的路径,替换成自己本地路径即可
这个目录下存放的是什么 ,小白求指导呜呜呜。@Zane0227
你要测试的车牌图片
想请问一下为什么代码执行完之后只检测了一张图片,或者说检测之后的存储路径在哪里呢
Traceback (most recent call last): File "D:/Project/Pycharm/License-Plate-Detector-master/detect_plate.py", line 162, in
f = show_files("/home/zeusee/plate/", [])
File "D:/Project/Pycharm/License-Plate-Detector-master/detect_plate.py", line 145, in show_files
file_list = os.listdir(path)
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: '/home/zeusee/plate/'