We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/'
The text was updated successfully, but these errors were encountered:
这个路径是作者电脑里的路径,替换成自己本地路径即可
Sorry, something went wrong.
这个目录下存放的是什么 ,小白求指导呜呜呜。@Zane0227
你要测试的车牌图片
想请问一下为什么代码执行完之后只检测了一张图片,或者说检测之后的存储路径在哪里呢
No branches or pull requests
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/'
The text was updated successfully, but these errors were encountered: