|
|
@@ -37,17 +37,21 @@ pip install Keras |
|
|
|
* 若以上whl文件不能下载,请在[ https://www.lfd.uci.edu/~gohlke/pythonlibs/ ](https://www.lfd.uci.edu/~gohlke/pythonlibs/)查找OpenCV |
|
|
|
* 将 opencv_python‑3.4.0+contrib‑cp35‑cp35m‑win_amd64.whl或opencv_python‑3.4.0+contrib‑cp35‑cp35m‑win32.whl放到某个目录下, "开始"-“程序”-“Anaconda3”-“Anaconda Prompt”命令行打开,定位到文件目录下,命令行输入 |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
64位输入 |
|
|
|
``` |
|
|
|
pip install opencv_python‑3.4.0+contrib‑cp35‑cp35m‑win_amd64.whl |
|
|
|
|
|
|
|
``` |
|
|
|
或 32位输入 |
|
|
|
``` |
|
|
|
pip install opencv_python‑3.4.0+contrib‑cp35‑cp35m‑win32.whl |
|
|
|
``` # 3.PyCharm开发Python程序 |
|
|
|
|
|
|
|
``` |
|
|
|
# 3.PyCharm开发Python程序 |
|
|
|
* 使用免费的Community版本PyCharm,下载最新的[PyCharm](https://www.jetbrains.com/pycharm/download/#section=windows)。 |
|
|
|
* 使用PyCharm的git下载HyperLPR,地址 https://github.com/zeusees/HyperLPR |
|
|
|
* 复制batch.py为batch_py3.py,修改代码如下,支持中文字符路径 |
|
|
|
|
|
|
|
``` |
|
|
|
#coding=utf-8 |
|
|
|
|
|
|
|