water-meter-recognition
water-meter-recognition copied to clipboard
《Reading Digital Numbers of Water Meter withDeep Learning based Object Detector》was received by PRCV2019
介绍
这个项目用户管理智能水表的演示程序。
代码获取
$ git clone https://github.com/sloan96/water-meter-recognition.git
代码提交
特记:
超过100MB的大文件,无法直接提交到GitHub。
请安装 Git Large File Storage (LFS) 的GIT扩展
https://git-lfs.github.com/
之后,参考“Getting Started”的说明进行大文件的提交。
功能
目录 | 说明 | 备注 |
---|---|---|
opencv_version | 采用opencv实现智能水表分析服务 | 参考【ReadMeByWang.md】 |
yolo_version | 采用yolo实现智能水表分析服务 | 参考【ReadMe.md】 |