Merge branch 'improve/camera_web_server' into 'master'

Face detection with LSSH

1. add lssh_detect_object() to example camera_web_serber.
2. add detector options (MTMN and LSSH) in Kconfig.projbuild.

See merge request face-recognition-framework/esp-who!54
pull/131/head
XiaochaoGONG 2019-11-01 21:56:50 +08:00
commit 51bf24326b
3 changed files with 435 additions and 242 deletions

@ -1 +1 @@
Subproject commit ba76b6546f56933e571b98bc8431fb291db11668
Subproject commit eab655763e74f2ee3665eeb119ce7c426b48f5c2

View File

@ -248,9 +248,21 @@ config ESP_FACE_DETECT_ENABLED
help
Enables ESP-WHO Face Detection through the web interface.
choice ESP_FACE_DETECT_MODEL
bool "Detection Model"
depends on ESP_FACE_DETECT_ENABLED
default ESP_FACE_DETECT_MTMN
config ESP_FACE_DETECT_MTMN
bool "MTMN"
config ESP_FACE_DETECT_LSSH
bool "LSSH"
endchoice
config ESP_FACE_RECOGNITION_ENABLED
bool "ESP-WHO Face Recognition"
depends on ESP_FACE_DETECT_ENABLED
depends on ESP_FACE_DETECT_MTMN
default y
help
Enables ESP-WHO Face Recognition through the web interface.

File diff suppressed because it is too large Load Diff