加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Kconfig 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
choice CONV_IMPL
bool "Convolution Implementation"
default XTENSA_IMPL
config C_IMPL
bool "ANSI Implementation for general platforms"
config XTENSA_IMPL
bool "Xtensa Implementation for ESP"
endchoice
menu "ESP-FACE Configuration"
choice DETECTION_MODEL
bool "Detection Model"
default MTMN_LITE_QUANT
config MTMN_LITE_QUANT
bool "MTMN lite in quantization"
config MTMN_LITE_FLOAT
bool "MTMN lite in float"
config MTMN_HEAVY_QUANT
bool "MTMN heavy in quantization"
endchoice
choice RECOGNITION_MODEL
bool "Recognition Model"
default MFN56_1X
config FRMN
bool "FRMN"
config MFN56_1X
bool "MFN56_1X"
config MFN56_2X
bool "MFN56_2X"
config MFN56_3X
bool "MFN56_3X"
config MFN56_4X
bool "MFN56_4X"
endchoice
menu "Object Detection"
choice OBJECT_DETECTION_MODEL
bool "Model"
default LSSH_SPARSE_MN_5
config LSSH_SPARSE_MN_5
bool "LSSH SPARSE MN 5"
endchoice
config LSSH_WITH_LANDMARK
bool "With landmark"
default n
endmenu
endmenu
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化