diff --git a/bin/libvpt_ascend.so b/bin/libvpt_ascend.so deleted file mode 100755 index 537c019..0000000 --- a/bin/libvpt_ascend.so +++ /dev/null diff --git a/bin/vpt_proj b/bin/vpt_proj deleted file mode 100755 index e7bea88..0000000 --- a/bin/vpt_proj +++ /dev/null diff --git a/src/Makefile b/src/Makefile index 4cfa157..c1d5889 100755 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ XX = g++ -PROJECT_ROOT= /opt/shzhao/vpt_ascend +PROJECT_ROOT= /opt/cmhu/vpt_ascend_arm DEPEND_DIR = $(PROJECT_ROOT)/bin SRC_ROOT = $(PROJECT_ROOT)/src @@ -15,7 +15,7 @@ JSON_ROOT = $(THIRDPARTY_ROOT)/jsoncpp-1.9.5/release FFMPEG_ROOT = $(THIRDPARTY_ROOT)/ffmpeg-4.4.4/release RABBITMQ_CLIENT_ROOT = $(THIRDPARTY_ROOT)/rabbitmq-c-0.11.0/release -DEFS = -DENABLE_DVPP_INTERFACE -DWITH_FACE_DET_SS -DPOST_USE_RABBITMQ +DEFS = -DENABLE_DVPP_INTERFACE -DWITH_FACE_DET_SS -DPOST_USE_RABBITMQ -DUSE_VILLAGE include_dir=-I/usr/local/Ascend/ascend-toolkit/6.3.RC1/aarch64-linux/include \ -I $(SPDLOG_ROOT)/include \ diff --git a/src/demo/Makefile b/src/demo/Makefile index 6bd1c9d..8aff7b1 100755 --- a/src/demo/Makefile +++ b/src/demo/Makefile @@ -1,7 +1,7 @@ XX = g++ -PROJECT_ROOT= /opt/shzhao/vpt_ascend +PROJECT_ROOT= /opt/cmhu/vpt_ascend_arm DEPEND_DIR = $(PROJECT_ROOT)/bin SRC_ROOT = $(PROJECT_ROOT)/src @@ -15,7 +15,7 @@ JSON_ROOT = $(THIRDPARTY_ROOT)/jsoncpp-1.9.5/release FFMPEG_ROOT = $(THIRDPARTY_ROOT)/ffmpeg-4.4.4/release RABBITMQ_CLIENT_ROOT = $(THIRDPARTY_ROOT)/rabbitmq-c-0.11.0/release -DEFS = -DENABLE_DVPP_INTERFACE -DPOST_USE_RABBITMQ +DEFS = -DENABLE_DVPP_INTERFACE -DPOST_USE_RABBITMQ -DUSE_VILLAGE include_dir=-I/usr/local/Ascend/ascend-toolkit/6.3.RC1/aarch64-linux/include \ -I $(SPDLOG_ROOT)/include \