hpc203 / YOLOP-opencv-dnn

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interesting project but how's the latency you tested ?

Stephenfang51 opened this issue · comments

Thanks for the cpp work for YOLOP
Just wonder it needs low-latency, high fps for the task such as autonomous driving.
Could an onnx-model loaded through OpenCV use CUDA kernel?

Have you test the latency for the inference time?
Thanks !