Skip to content

Commit

Permalink
Another one fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAB committed Mar 18, 2019
1 parent 2f0592d commit 4cd10ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/yolo_v2_class.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Detector {
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,
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)
{
Expand Down

0 comments on commit 4cd10ee

Please sign in to comment.