sync esp-face update conv 1x1

pull/78/head
XiaochaoGONG 2019-04-23 16:38:20 +08:00
parent 9b5d9896e5
commit c5ea8103c6
4 changed files with 1 additions and 4 deletions

@ -1 +1 @@
Subproject commit 5b0184e2309b184862d98c4e272779550d3acba2
Subproject commit 17087d19d12d4ce0899fe4e06b77ec063c14d963

View File

@ -30,7 +30,6 @@ static const char* TAG = "camera_httpd";
#if CONFIG_ESP_FACE_DETECT_ENABLED
#include "fd_forward.h"
#include "dl_lib.h"
#if CONFIG_ESP_FACE_RECOGNITION_ENABLED
#include "fr_forward.h"

View File

@ -27,7 +27,6 @@
#include "freertos/task.h"
#include "app_facenet.h"
#include "sdkconfig.h"
#include "dl_lib.h"
static const char *TAG = "app_process";

View File

@ -27,7 +27,6 @@
#include "freertos/queue.h"
#include "app_facenet.h"
#include "sdkconfig.h"
#include "dl_lib.h"
static const char *TAG = "app_process";