river_demo/readme.md

21 lines
734 B
Markdown
Raw Normal View History

2022-08-01 17:10:06 +08:00
此程序为了DSP测试开发的demo重点是AI_process的子函数
2022-08-02 14:22:06 +08:00
环境配置正确后cd test; python demo.py
测试test/images/examples下面的图像
输出在test/images/results下面
2022-08-17 16:42:20 +08:00
配合AIlib2.0版本
1.修改河道测试代码,注意使用了新的模型
2.验证模型效果的图像在images/slope,images/sky
2022-09-20 16:37:37 +08:00
2022.09.20
2022-11-21 10:55:37 +08:00
增加道路模型测试图像在test/images/road
2022.11.21
2022-12-06 09:42:40 +08:00
增加健康码健康吗、行程卡检测、车牌检测测试图像在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