21 lines
734 B
Markdown
21 lines
734 B
Markdown
此程序为了DSP测试开发的demo,重点是AI_process的子函数
|
||
环境配置正确后:cd test; python demo.py
|
||
测试test/images/examples下面的图像
|
||
输出在test/images/results下面
|
||
|
||
配合AIlib2.0版本
|
||
1.修改河道测试代码,注意使用了新的模型
|
||
2.验证模型效果的图像在images/slope,images/sky
|
||
|
||
2022.09.20
|
||
增加道路模型,测试图像在test/images/road
|
||
|
||
2022.11.21
|
||
增加健康码(健康吗、行程卡)检测、车牌检测,测试图像在test/images/jkm、test/images/plate
|
||
|
||
2022.12.06
|
||
将河道测试的代码换成trt的。
|
||
fp16,trt:yolov5,torch1.8 :4.1 ms STDC:1.2 ms
|
||
fp16,pth:yolovt,torch1.8 :9.6 ms STDC:4.6 ms
|
||
fp16,pth:yolov5,torch1.7 :6.0ms, STDC:7.2 ms
|