File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
gaze_estimation_demo/cpp/src
gesture_recognition_demo/cpp_gapi/src Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22// SPDX-License-Identifier: Apache-2.0
33//
44
5+ #define _USE_MATH_DEFINES
6+
57#include " results_marker.hpp"
68
7- #define _USE_MATH_DEFINES
8- #include < cctype>
99#include < cmath>
10+ #include < cctype>
1011#include < vector>
1112
1213#include < opencv2/core.hpp>
Original file line number Diff line number Diff line change 22// SPDX-License-Identifier: Apache-2.0
33//
44
5+ #define _USE_MATH_DEFINES
6+
57#include " utils.hpp"
68
79#include < algorithm>
1618#include < ie_input_info.hpp>
1719#include < ie_layouts.h>
1820
19- #define _USE_MATH_DEFINES
20-
2121cv::Scalar getNetShape (const std::string& path) {
2222 const auto network = InferenceEngine::Core{}.ReadNetwork (path);
2323 const auto layerData = network.getInputsInfo ().begin ()->second ;
You can’t perform that action at this time.
0 commit comments