Commit 60e88cec7c20251838ea84f045e9c936d3cb5e09
1 parent
66799783
不再提交生成文件
Showing
4 changed files
with
4 additions
and
4 deletions
bin/libvpt_ascend.so deleted
No preview for this file type
bin/vpt_proj deleted
No preview for this file type
src/Makefile
1 | 1 | XX = g++ |
2 | 2 | |
3 | 3 | |
4 | -PROJECT_ROOT= /opt/shzhao/vpt_ascend | |
4 | +PROJECT_ROOT= /opt/cmhu/vpt_ascend_arm | |
5 | 5 | |
6 | 6 | DEPEND_DIR = $(PROJECT_ROOT)/bin |
7 | 7 | SRC_ROOT = $(PROJECT_ROOT)/src |
... | ... | @@ -15,7 +15,7 @@ JSON_ROOT = $(THIRDPARTY_ROOT)/jsoncpp-1.9.5/release |
15 | 15 | FFMPEG_ROOT = $(THIRDPARTY_ROOT)/ffmpeg-4.4.4/release |
16 | 16 | RABBITMQ_CLIENT_ROOT = $(THIRDPARTY_ROOT)/rabbitmq-c-0.11.0/release |
17 | 17 | |
18 | -DEFS = -DENABLE_DVPP_INTERFACE -DWITH_FACE_DET_SS -DPOST_USE_RABBITMQ | |
18 | +DEFS = -DENABLE_DVPP_INTERFACE -DWITH_FACE_DET_SS -DPOST_USE_RABBITMQ -DUSE_VILLAGE | |
19 | 19 | |
20 | 20 | include_dir=-I/usr/local/Ascend/ascend-toolkit/6.3.RC1/aarch64-linux/include \ |
21 | 21 | -I $(SPDLOG_ROOT)/include \ | ... | ... |
src/demo/Makefile
1 | 1 | XX = g++ |
2 | 2 | |
3 | 3 | |
4 | -PROJECT_ROOT= /opt/shzhao/vpt_ascend | |
4 | +PROJECT_ROOT= /opt/cmhu/vpt_ascend_arm | |
5 | 5 | |
6 | 6 | DEPEND_DIR = $(PROJECT_ROOT)/bin |
7 | 7 | SRC_ROOT = $(PROJECT_ROOT)/src |
... | ... | @@ -15,7 +15,7 @@ JSON_ROOT = $(THIRDPARTY_ROOT)/jsoncpp-1.9.5/release |
15 | 15 | FFMPEG_ROOT = $(THIRDPARTY_ROOT)/ffmpeg-4.4.4/release |
16 | 16 | RABBITMQ_CLIENT_ROOT = $(THIRDPARTY_ROOT)/rabbitmq-c-0.11.0/release |
17 | 17 | |
18 | -DEFS = -DENABLE_DVPP_INTERFACE -DPOST_USE_RABBITMQ | |
18 | +DEFS = -DENABLE_DVPP_INTERFACE -DPOST_USE_RABBITMQ -DUSE_VILLAGE | |
19 | 19 | |
20 | 20 | include_dir=-I/usr/local/Ascend/ascend-toolkit/6.3.RC1/aarch64-linux/include \ |
21 | 21 | -I $(SPDLOG_ROOT)/include \ | ... | ... |