Browse Source

add model files

pull/1/MERGE
jackyu 6 years ago
parent
commit
b3277875ec
2 changed files with 12129 additions and 0 deletions
  1. +12
    -0
      README.md
  2. +12117
    -0
      cpp_ implementation/model/cascade.xml

+ 12
- 0
README.md View File

@@ -51,6 +51,18 @@ import cv2
image = cv2.imread("filename")
image,res = pp.SimpleRecognizePlate(image)
```
### CPP编译

+ 仅需要的依赖OpenCV 3.3 (需要DNN框架)

```bash
cd cpp_implementation
mkdir build
cd build
cmake ../
sudo make -j8
```

### 可识别和待支持的车牌的类型

- [x] 单行蓝牌


+ 12117
- 0
cpp_ implementation/model/cascade.xml
File diff suppressed because it is too large
View File


Loading…
Cancel
Save