APP_Framework/Framework/:add kpu postprocessing (yolov2) in knowing file

This commit is contained in:
chunyexixiaoyu
2021-07-21 15:29:12 +08:00
parent f50dab2bde
commit 1c16e3a463
7 changed files with 524 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
from building import *
import os
cwd = GetCurrentDir()
src = Glob('*.c')
group = DefineGroup('yolov2', src, depend = ['USING_YOLOV2'], CPPPATH = [cwd])
Return('group')