river_demo/readme.md

27 lines
821 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

此程序为了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
2022.12.13
1.修正trt调用方式
2.道路模型换成新的
3.road,forest换成TRT