I'm stumped because the detection obviously finds a person with a 77% confidence rate, but in image_manip.py:305 it says that polygong does not fall into any polygons so removing. There are no polygons drawn on any of my snapshot or alarm images.
This is a typical detection log:
Code: Select all
06/25/20 11:28:13 zmesdetect_m10[73753] DBG1 yolo.py:102 [YOLO detection took: 209.665 milliseconds]
06/25/20 11:28:13 zmesdetect_m10[73753] DBG1 yolo.py:135 [YOLO NMS filtering took: 0.423 milliseconds]
06/25/20 11:28:13 zmesdetect_m10[73753] INF yolo.py:159 [object:person at [370, 296, 528, 574] has a acceptable confidence:0.7750177383422852 compared to min confidence of: 0.3, adding]
06/25/20 11:28:13 zmesdetect_m10[73753] INF yolo.py:159 [object:clock at [378, 96, 408, 128] has a acceptable confidence:0.6622167825698853 compared to min confidence of: 0.3, adding]
06/25/20 11:28:13 zmesdetect_m10[73753] INF yolo.py:164 [rejecting object:sofa at [12, 363, 224, 571] because its confidence is :0.2158951610326767 compared to min confidence of: 0.3]
06/25/20 11:28:13 zmesdetect_m10[73753] DBG2 image_manip.py:282 [intersection: polygon in process=[(370, 296), (528, 296), (528, 574), (370, 574)]]
06/25/20 11:28:14 zmesdetect_m10[73753] INF image_manip.py:305 [object:person at POLYGON ((370 296, 528 296, 528 574, 370 574, 370 296)) does not fall into any polygons, removing...]
06/25/20 11:28:14 zmesdetect_m10[73753] DBG2 image_manip.py:282 [intersection: polygon in process=[(378, 96), (408, 96), (408, 128), (378, 128)]]
06/25/20 11:28:14 zmesdetect_m10[73753] INF image_manip.py:305 [object:clock at POLYGON ((378 96, 408 96, 408 128, 378 128, 378 96)) does not fall into any polygons, removing...]
06/25/20 11:28:14 zmesdetect_m10[73753] DBG2 zm_detect.py:601 [ALPR not in use, no need for look aheads in processing]
06/25/20 11:28:14 zmesdetect_m10[73753] DBG1 zm_detect.py:630 [No match found in /var/lib/zmeventnotification/images/1927-snapshot.jpg using model:yolo]
06/25/20 11:28:14 zmesdetect_m10[73753] INF zm_detect.py:644 [No patterns found using any models in all files]