Files
xiuos/APP_Framework/Applications/knowing_app/face_detect/Kconfig
2021-12-14 17:43:27 +08:00

10 lines
248 B
Plaintext

config FACE_DETECT
bool "enable apps/face detect"
depends on BOARD_K210_EVB
depends on DRV_USING_OV2640
depends on USING_KPU_PROCESSING
depends on USING_YOLOV2
depends on USING_YOLOV2_JSONPARSER
select LIB_USING_CJSON
default n