未验证 提交 e6e8603b 编写于 作者: W wangxinxin08 提交者: GitHub

fix cpp infer for lack of gflags (#2499)

上级 192dc215
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#endif #endif
#include "include/object_detector.h" #include "include/object_detector.h"
#include <gflags/gflags.h>
DEFINE_string(model_dir, "", "Path of inference model"); DEFINE_string(model_dir, "", "Path of inference model");
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#endif #endif
#include "include/object_detector.h" #include "include/object_detector.h"
#include <gflags/gflags.h>
DEFINE_string(model_dir, "", "Path of inference model"); DEFINE_string(model_dir, "", "Path of inference model");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册