Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CescMessi authored Oct 21, 2020
1 parent 9b04a4d commit 8e18115
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# carplaterecognize
使用pytorch和opencv的简易识别车牌程序

使用opencv找到类似车牌的物体,接着使用模型判断是否为车牌。若为车牌,将车牌图像拉伸至标准形状,对字符进行分割,每个字符单独使用模型进行识别。

模型训练代码已经包含,使用的是简单的squeezenet,可以自行修改。

0 comments on commit 8e18115

Please sign in to comment.