车辆检测器控制系统开启状态,提前加载模型,补光灯控制光照,识别控制道闸
更换车辆检测网络为仅使用yolov3_tiny(pytorch版本)
分类功能暂时不做,修复功能待完善
size | gtx titan x(fps) |
---|---|
33M | 220 |
利用RetinaFace进行迁移学习实现的车牌检测、车牌四角定位、车牌矫正对齐
可参考我的博客链接,RETINAFACE论文笔记
地址
https://github.com/detectRecog/CCPD
使用mobilenet0.25作为骨干网时,模型大小仅为1.7M
model | inference@gtx 1060(ms) |
---|---|
1.7M | 0.5- |
可参考我的博客链接,lprnet论文笔记
- include blue/green license plate.
- test images number is 27320.
model | personal test imgs(%) | inference@gtx 1060(ms) |
---|---|---|
1.7M | 96.0+ | 0.5- |
- python3
- openv-python 3.x
- pytorch 1.1
- pyqt5.9
- imutils
- Pillow
直接运行camershow.py文件即可进入pyqt的ui界面,支持视频,单张,摄像头模式
目前完成状态:
基本功能建造完成,待优化cpu版本的速度
优化暂无时间做,若追求速度,可直接把车辆检测去掉,基本不影响准确率,可达到低性能设备实时检测效果
https://github.com/CaptainEven/Vehicle-Car-detection-and-multilabel-classification
https://blog.csdn.net/weixin_43008870/article/details/86496263