Detection Result Filter¶
Utils modules used for filter detection result
-
class
eyewitness.detection_result_filter.DetectionResultFilter¶ Bases:
object-
apply(detection_result)¶
-
detection_method¶
-
-
class
eyewitness.detection_result_filter.FeedbackBboxDeNoiseFilter(database, decay=0.9, iou_threshold=0.7, collect_feedback_period=172800, detection_threshold=0.5, time_check_period=None)¶ Bases:
eyewitness.detection_result_filter.DetectionResultFiltera Bbox DeNoise filter, which will read false alert bbox from tables: FalseAlertFeedback, BboxDetectionResult, and apply filter onto the detection result
-
check_proxy_db()¶ check if the db proxy is correct one, if not initialize again.
-
detection_method¶ String BBOX
Type: detection_method
-
update_false_alert_feedback_bbox()¶ collect_bbox_false_alert_information
-