Browse Source

Add demo images

pull/1/MERGE
Jackyu GitHub 7 years ago
parent
commit
916d77db20
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      README.md

+ 6
- 1
README.md View File

@@ -21,4 +21,9 @@ from hyperlpr import pipline as pp
import cv2
image = cv2.imread("filename")
image,res = pp.SimpleRecognizePlate(image)
```
```
### 测试样例

![image](./cache/demo1.png)
![image](./cache/demo2.png)
![image](./cache/demo3.png)

Loading…
Cancel
Save