7 lines
198 B
Plaintext
7 lines
198 B
Plaintext
menuconfig USING_KPU_POSTPROCESSING
|
|
bool "kpu model postprocessing"
|
|
default y
|
|
if USING_KPU_POSTPROCESSING
|
|
source "$APP_DIR/Framework/knowing/kpu-postprocessing/yolov2/Kconfig"
|
|
endif
|