From d85f3edab0d8c495cecd7a81f31a9ead1eb001ac Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期三, 15 一月 2020 09:23:17 +0800 Subject: [PATCH] copy from bgr-2-analysis --- csrc/buz/face/detector.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/csrc/detector.cpp b/csrc/buz/face/detector.cpp similarity index 98% rename from csrc/detector.cpp rename to csrc/buz/face/detector.cpp index 201c3b4..e191ea8 100644 --- a/csrc/detector.cpp +++ b/csrc/buz/face/detector.cpp @@ -6,7 +6,7 @@ #include "THFaceImage_i.h" -#include "struct.h" +#include "csdk_struct.h" namespace csdk_wrap { -- Gitblit v1.8.0