hpc203 / YOLOP-opencv-dnn

使用OpenCV部署全景驾驶感知网络YOLOP,可同时处理交通目标检测、可驾驶区域分割、车道线检测,三项视觉感知任务,包含C++和Python两种版本的程序实现。本套程序只依赖opencv库就可以运行, 从而彻底摆脱对任何深度学习框架的依赖。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get an unreasonable output in Windows with opencv-4.5.4-vc14

lcings opened this issue · comments

input
output
Mat srcimg = imread("0ace96c3-48481887.jpg");

使用python吧,python没有问题

input output Mat srcimg = imread("0ace96c3-48481887.jpg");

conf和nms阈值,设置的多少?