From 4cd10ee547f59fcf45df1a23a49da9a9769b633b Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Mon, 18 Mar 2019 16:05:42 +0300 Subject: [PATCH] Another one 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 6d86195a..de13e489 100644 --- a/include/yolo_v2_class.hpp +++ b/include/yolo_v2_class.hpp @@ -84,7 +84,7 @@ public: LIB_API void *get_cuda_context(); LIB_API bool send_json_http(std::vector cur_bbox_vec, std::vector obj_names, int frame_id, - std::string filename = "", int timeout = 400000, int port = 8070); + std::string filename = std::string(), int timeout = 400000, int port = 8070); std::vector detect_resized(image_t img, int init_w, int init_h, float thresh = 0.2, bool use_mean = false) {