|
@@ -12,8 +12,9 @@ std::shared_ptr<Infer> load(const std::string& model_path, ModelType model_type,
|
|
infer = yolo::load_yolo(model_path, model_type, names, gpu_id, confidence_threshold, nms_threshold);
|
|
infer = yolo::load_yolo(model_path, model_type, names, gpu_id, confidence_threshold, nms_threshold);
|