aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralimt1992 <ali.m.t1992@gmail.com>2023-08-01 10:44:07 +0330
committerZong Wei <wei.zong@intel.com>2023-08-07 17:04:55 +0800
commit0aee83fed1440d3f45f775f6246f8f1fb2c812dc (patch)
treed278dbf26683c593e5c59eabc5d6b32d67a8f13f
parent0250bbc6ce3bb4f227bec8f515cc0522109cd253 (diff)
downloadlibxcam-0aee83fed1440d3f45f775f6246f8f1fb2c812dc.tar.gz
dnn: update dnn module to openvino version 2023/0
-rw-r--r--README.md9
-rwxr-xr-xmodules/dnn/inference/Makefile.am1
2 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index b1e7cab..a0ba7c0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## libXCam
-Copyright (C) 2014-2020 Intel Corporation
+Copyright (C) 2014-2023 Intel Corporation
libxcam core source code under the terms of Apache License, Version 2.0
@@ -70,7 +70,7 @@ OpenCL is used to improve performance in different platforms.
* If --enable-gles, need to install [Mesa3D](https://www.mesa3d.org) library
* If --enable-vulkan, need to install [Mesa3D](https://www.mesa3d.org) library
* If --enable-avx512, need to install [GCC version > 4.9](https://gcc.gnu.org/gcc-4.9/changes.html) ([ CPUs With AVX-512 required](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX-512))
- * If --enable-dnn, need to compile [OpenVino](https://github.com/opencv/dldt) [inference-engine](https://github.com/opencv/dldt/blob/2018/inference-engine)
+ * If --enable-dnn, need to compile [OpenVino](https://github.com/openvinotoolkit/openvino)
* If --enable-json, need to install [json.hpp](https://github.com/nlohmann/json/releases/download/v3.7.3/json.hpp)
#### Building and installing:
@@ -80,11 +80,15 @@ OpenCL is used to improve performance in different platforms.
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-1.0:$GST_PLUGIN_PATH
+ export OPENVINO_EXTRAS_PATH=WORKDIR/openvino/
+ source /usr/local/setupvars.sh
--prefix=/usr:
export LD_LIBRARY_PATH=/usr/lib/:$LD_LIBRARY_PATH
export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0:$GST_PLUGIN_PATH
+ export OPENVINO_EXTRAS_PATH=WORKDIR/openvino/
+ source /usr/setupvars.sh
* $ ./autogen.sh [options]
@@ -131,6 +135,7 @@ OpenCL is used to improve performance in different platforms.
* Wei Zong <wei.zong@intel.com>
#### Contributors: (orders by first name)
+ * Ali Mansouri <ali.m.t1992@gmail.com>
* Andrey Parfenov <a1994ndrey@gmail.com>
* Fei Wang <feix.w.wang@intel.com>
* Jia Meng <jia.meng@intel.com>
diff --git a/modules/dnn/inference/Makefile.am b/modules/dnn/inference/Makefile.am
index d438049..d3a3df0 100755
--- a/modules/dnn/inference/Makefile.am
+++ b/modules/dnn/inference/Makefile.am
@@ -47,7 +47,6 @@ libxcam_dnn_la_LIBADD = \
libxcam_dnn_la_LDFLAGS = \
$(XCAM_LT_LDFLAGS) \
- -Wl,-rpath,$(OPENVINO_IE_LIBS_PATH) \
$(NULL)
libxcam_dnnincludedir = $(includedir)/xcam/dnn