From 21c9e9c2baf5a792c9d76b50d49d2788d83239e6 Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Wed, 13 Feb 2019 16:54:22 +0300 Subject: [PATCH] Minor fix --- include/yolo_v2_class.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/yolo_v2_class.hpp b/include/yolo_v2_class.hpp index b6bea64a..feafaa61 100644 --- a/include/yolo_v2_class.hpp +++ b/include/yolo_v2_class.hpp @@ -72,7 +72,7 @@ public: LIB_API int get_net_color_depth() const; LIB_API std::vector tracking_id(std::vector cur_bbox_vec, bool const change_history = true, - int const frames_story = 10, int const max_dist = 150); + int const frames_story = 5, int const max_dist = 40); std::vector detect_resized(image_t img, int init_w, int init_h, float thresh = 0.2, bool use_mean = false) {