We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623281d commit 368f80aCopy full SHA for 368f80a
demos/crossroad_camera_demo/cpp/main.cpp
@@ -21,9 +21,6 @@
21
#include <openvino/openvino.hpp>
22
23
#include "detection_base.hpp"
24
-#include "detection_person.hpp"
25
-#include "detection_person_attr.hpp"
26
-#include "detection_person_reid.hpp"
27
28
namespace {
29
constexpr char h_msg[] = "show the help message and exit";
@@ -130,6 +127,10 @@ void parse(int argc, char *argv[]) {
130
127
}
131
128
} // namespace
132
129
+#include "detection_person.hpp"
+#include "detection_person_attr.hpp"
+#include "detection_person_reid.hpp"
133
+
134
int main(int argc, char* argv[]) {
135
std::set_terminate(catcher);
136
parse(argc, argv);
0 commit comments