This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
HyperLPR
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Updated HyperLPR中文车牌识别安装(Windows7 x64, Python3.5版) (markdown)
master
syan
7 years ago
parent
09bc4e6d46
commit
e89d986052
1 changed files
with
1 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-7
HyperLPR中文车牌识别安装(Windows7-x64,-Python3.5版).md
+ 1
- 7
HyperLPR中文车牌识别安装(Windows7-x64,-Python3.5版).md
@@ -54,12 +54,6 @@ for filename in os.listdir(parent):
cv2.imshow("image", image)
cv2.waitKey(0)
```
* 运行batch_py3.py,发现"hyperlpr_py3/Segmentation.py"第113行有错误
```
median = (data[size//2]+data[size//2-1])/2
```
修改为
```
median = (data[size//2]+data[size//2-1])//2
* 运行batch_py3.py即可
```
Write
Preview
Loading…
Cancel
Save