File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
demos/interactive_face_detection_demo Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ void parse(int argc, char *argv[]) {
122
122
} if (FLAGS_m.empty ()) {
123
123
throw std::invalid_argument{" -m <MODEL FILE> can't be empty" };
124
124
}
125
- std::cout << ov::get_openvino_version () << std ::endl;
125
+ slog::info << ov::get_openvino_version () << slog ::endl;
126
126
}
127
127
} // namespace
128
128
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ void parse(int argc, char *argv[]) {
159
159
} if (FLAGS_m.empty ()) {
160
160
throw std::invalid_argument{" -m <MODEL FILE> can't be empty" };
161
161
}
162
+ slog::info << ov::get_openvino_version () << slog::endl;
162
163
}
163
164
164
165
static const std::vector<std::string> EMOTION_VECTOR = {" neutral" ,
You can’t perform that action at this time.
0 commit comments