Design of "Abnormal behavors of persons" Author: YJ_MoLi [Xu Zhiyuan]
First,Use YOLOv5 to detect Meter; Second,Use CenterNet to detect nine keypoints; Third,Use numpy to compute number of meter by reading.
To train that nine keypoints of real meter. Used CenterNet-1
方便记录文件名,因此使用P-SSD的名称,实际表达的意思是Powerful SSD 更加强有力的SSD算法(并非强在算法原理上,而是将一些本来SSD不显示的指标进行了处理和输出) 更新输出:Precision(精确率)、Recall(召回率) [包括每一类的P/R/mAP以及最终指标的P/R/mAP]
转载自 https://github.com/lucasjinreal/DCNv2_latest 亲自尝试,支持高版本