2022-04-12 15:42:55 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config DARKNET_YOLO
|
|
|
|
bool "YOLO: Real-Time Object Detection"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
You only look once (YOLO) is a state-of-the-art,
|
2023-02-09 15:24:20 +01:00
|
|
|
real-time object detection system
|
2022-04-12 15:42:55 +02:00
|
|
|
|
|
|
|
if DARKNET_YOLO
|
|
|
|
|
|
|
|
config DARKNET_YOLO_VER
|
|
|
|
string "DARKNET YOLO version"
|
|
|
|
default "master"
|
|
|
|
|
|
|
|
endif # DARKNET_YOLO
|