未验证 提交 f95da6be 编写于 作者: Q qingqing01 提交者: GitHub

Fix deploy/cpp/src/object_detector.cc (#755)

上级 d10c3614
......@@ -19,8 +19,8 @@ namespace PaddleDetection {
// Load Model and create model predictor
void ObjectDetector::LoadModel(const std::string& model_dir,
bool use_gpu,
const int batch_size,
const int min_subgraph_size,
const int batch_size,
const std::string& run_mode) {
paddle::AnalysisConfig config;
std::string prog_file = model_dir + OS_PATH_SEP + "__model__";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册