🔧 add model configuration

pull/190/head
yuanjiong 2021-10-20 20:22:58 +08:00
parent 61402bdf26
commit fb08a94c86
1 changed files with 30 additions and 0 deletions

View File

@ -215,4 +215,34 @@ menu "ESP-WHO Configuration"
Select Camera Y9 pin. Select Camera Y9 pin.
endmenu endmenu
menu "Model Configuration"
menu "Face Recognition"
choice FACE_RECOGNITION_MODEL
bool "Face Recognition Model"
default MFN_V1
help
Select Face Recognition Model.
config MFN_V1
bool "mfn v1"
endchoice
choice QUANTIZATION
bool "Quantization"
default S8
help
Select Face Recognition Model.
config S8
bool "8-bit"
config S16
bool "16-bit"
endchoice
endmenu
endmenu
endmenu endmenu