Skip to content

dreamflyforever/quickrun

Repository files navigation

quickrun

rknn model export

参考: https://is5gnzipbc.feishu.cn/wiki/X4eGwni4YiyuUUkIrEUcYkxunHe

quick start

compile

bash build_rk3588_yolov5.sh

test

bash test_rk3588_yolov5.sh

quickrun deploy

modify need by your project

#define OBJ_NAME_MAX_SIZE 16  
#define OBJ_NUMB_MAX_SIZE 64  
#define OBJ_CLASS_NUM 1      
#define NMS_THRESH 0.25       
#define BOX_THRESH 0.5 

license

MIT by Jim