sync esp-face update conv 1x1
parent
9b5d9896e5
commit
c5ea8103c6
|
@ -1 +1 @@
|
|||
Subproject commit 5b0184e2309b184862d98c4e272779550d3acba2
|
||||
Subproject commit 17087d19d12d4ce0899fe4e06b77ec063c14d963
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue