From 41a5fcf7fedf91ae9d01a12d18fbb098df8b4e54 Mon Sep 17 00:00:00 2001 From: zhangmeng <zhangmeng@aiotlink.com> Date: 星期二, 14 一月 2020 17:29:38 +0800 Subject: [PATCH] add chan cache size --- 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