Browse Source

Update README.md

pull/4/head
mattzhang1984 GitHub 4 years ago
parent
commit
8e8a7ca4b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -22,7 +22,7 @@ import cv2
#读入图片
image = cv2.imread("demo.jpg")
#识别结果
print(HyperLPR_PlateRecogntion(image))
print(HyperLPR_plate_recognition(image))
```

#### Q&A


Loading…
Cancel
Save