You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
647 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

HyperLPR Android Demo集成指南
Prj-Android 是 HyperLPR的一部分集成时需要引入HyperLPR中的依赖文件以及环境
主要依赖如下 a、模型文件 b、NDK
集成方法如下:
a、引入模型文件请到HyperLRP中的Linux项目下拷贝模型model目录下的模型文件https://github.com/zeusees/HyperLPR/tree/master/Prj-Linux/lpr/model
到Android项目下的asset/pr目录中如果没有pr请自行建立如果拷贝不正确可能会出现模型文件找不到的问题。
b、NDK项目依赖的NDK版本为ndk16、请开发者自行修改为自己的NDK路径