|
|
@ -41,7 +41,6 @@ |
|
|
|
//M*/
|
|
|
|
//M*/
|
|
|
|
|
|
|
|
|
|
|
|
#include "../precomp.hpp" |
|
|
|
#include "../precomp.hpp" |
|
|
|
#include "../op_inf_engine.hpp" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <opencv2/dnn/shape_utils.hpp> |
|
|
|
#include <opencv2/dnn/shape_utils.hpp> |
|
|
|
#include <opencv2/dnn/all_layers.hpp> |
|
|
|
#include <opencv2/dnn/all_layers.hpp> |
|
|
@ -50,10 +49,15 @@ |
|
|
|
#include "opencl_kernels_dnn.hpp" |
|
|
|
#include "opencl_kernels_dnn.hpp" |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "../op_inf_engine.hpp" |
|
|
|
#ifdef HAVE_DNN_NGRAPH |
|
|
|
#ifdef HAVE_DNN_NGRAPH |
|
|
|
#include "../ie_ngraph.hpp" |
|
|
|
#include "../ie_ngraph.hpp" |
|
|
|
|
|
|
|
#if INF_ENGINE_VER_MAJOR_GT(INF_ENGINE_RELEASE_2020_4) |
|
|
|
|
|
|
|
#include <ngraph/op/reorg_yolo.hpp> |
|
|
|
|
|
|
|
#else |
|
|
|
#include <ngraph/op/experimental/layers/reorg_yolo.hpp> |
|
|
|
#include <ngraph/op/experimental/layers/reorg_yolo.hpp> |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
namespace cv |
|
|
|
namespace cv |
|
|
|
{ |
|
|
|
{ |
|
|
|