Skip to content

Commit 44f4eca

Browse files
committed
fixing comments
1 parent 2d4221f commit 44f4eca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

demos/interactive_face_detection_demo/cpp/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ void parse(int argc, char *argv[]) {
116116
"\n\t\tP, p, 0, spacebar - Pause"
117117
"\n\t\tC - average CPU load, D - load distribution over cores, M - memory usage, H - hide\n";
118118
showAvailableDevices();
119+
std::cout << ov::get_openvino_version() << std::endl;
119120
exit(0);
120121
} if (FLAGS_i.empty()) {
121122
throw std::invalid_argument{"-i <INPUT> can't be empty"};

demos/interactive_face_detection_demo/cpp_gapi/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ void parse(int argc, char *argv[]) {
152152
"\n\t\tP, p, 0, spacebar - Pause"
153153
"\n\t\tC - average CPU load, D - load distribution over cores, M - memory usage, H - hide\n";
154154
showAvailableDevices();
155+
std::cout << ov::get_openvino_version() << std::endl;
155156
exit(0);
156157
} if (FLAGS_i.empty()) {
157158
throw std::invalid_argument{"-i <INPUT> can't be empty"};

0 commit comments

Comments
 (0)