Another one fix

This commit is contained in:
AlexeyAB 2019-03-18 16:05:42 +03:00
parent 2f0592d540
commit 4cd10ee547
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public:
LIB_API void *get_cuda_context(); LIB_API void *get_cuda_context();
LIB_API bool send_json_http(std::vector<bbox_t> cur_bbox_vec, std::vector<std::string> obj_names, int frame_id, LIB_API bool send_json_http(std::vector<bbox_t> cur_bbox_vec, std::vector<std::string> 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<bbox_t> detect_resized(image_t img, int init_w, int init_h, float thresh = 0.2, bool use_mean = false) std::vector<bbox_t> detect_resized(image_t img, int init_w, int init_h, float thresh = 0.2, bool use_mean = false)
{ {