diff --git a/Prj-Linux/build.sh b/Prj-Linux/build.sh index f90e04b..e492c0d 100644 --- a/Prj-Linux/build.sh +++ b/Prj-Linux/build.sh @@ -1,5 +1,6 @@ mkdir "build" +# shellcheck disable=SC2164 cd "build" cmake .. diff --git a/README.md b/README.md index 48db989..3b22f85 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,13 @@ A:The resources provide the old training code, and the training methods for Hy #### Resources -- [五分钟搞定: 中文车牌识别光速部署与使用](https://blog.csdn.net/weixin_40193776/article/details/129258107) +- [HyperLPR3车牌识别-五分钟搞定: 中文车牌识别光速部署与使用](https://blog.csdn.net/weixin_40193776/article/details/129258107) -- [Linux/MacOS使用:C/C++库编译](https://blog.csdn.net/weixin_40193776/article/details/129295679) +- [HyperLPR3车牌识别-五分钟搞定: 中文车牌识别光速部署与使用](https://blog.csdn.net/weixin_40193776/article/details/129258107) -- [Android使用:SDK编译与部署](https://blog.csdn.net/weixin_40193776/article/details/129354938) +- [HyperLPR3车牌识别-Linux/MacOS使用:C/C++库编译](https://blog.csdn.net/weixin_40193776/article/details/129295679) + +- [HyperLPR3车牌识别-Android-SDK光速部署与使用](https://blog.csdn.net/weixin_40193776/article/details/129394240) - To be added... Contributions welcome diff --git a/README_CH.md b/README_CH.md index ee68e11..734d3eb 100644 --- a/README_CH.md +++ b/README_CH.md @@ -71,12 +71,13 @@ A:此项目来源于作者早期的研究和调试代码,代码缺少一定 #### 相关资源 -- [五分钟搞定: 中文车牌识别光速部署与使用](https://blog.csdn.net/weixin_40193776/article/details/129258107) +- [HyperLPR3车牌识别-五分钟搞定: 中文车牌识别光速部署与使用](https://blog.csdn.net/weixin_40193776/article/details/129258107) -- [Linux/MacOS使用:C/C++库编译](https://blog.csdn.net/weixin_40193776/article/details/129295679) +- [HyperLPR3车牌识别-五分钟搞定: 中文车牌识别光速部署与使用](https://blog.csdn.net/weixin_40193776/article/details/129258107) -- [Android使用:SDK编译与部署](https://blog.csdn.net/weixin_40193776/article/details/129354938) +- [HyperLPR3车牌识别-Linux/MacOS使用:C/C++库编译](https://blog.csdn.net/weixin_40193776/article/details/129295679) +- [HyperLPR3车牌识别-Android-SDK光速部署与使用](https://blog.csdn.net/weixin_40193776/article/details/129394240) - 待补充...欢迎投稿 #### 其他版本