docs(knowing framework): add README for YOLOv2 region layer

This commit is contained in:
yangtuo250 2021-08-13 11:10:32 +08:00
parent 5786b7dffc
commit 4c1580fab2
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# KPU(K210) YOLOv2 region layer
## Introduction
KPU(k210) accelerate most of CNN network layers, but do not support some of operators of YOLOv2 region layer. Such layers and operators will run on MCU instead.
YOLOv2 region layer accept feature map(shape w\*h\*c) and return final detection boxes.
## Usage
Use `(scons --)menuconfig` in bsp folder *(Ubiquitous/RT_Thread/bsp/k210)*, open *APP_Framework --> Framework --> support knowing framework --> kpu model postprocessing --> yolov2 region layer*.