hpc203 / YOLOP-opencv-dnn

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

Added an english traduction for the README, updated export_onnx.py and added yolop.onnx directly in the repo #1

Closed LapinCodeur closed 2 years ago

LapinCodeur commented 3 years ago

I updated export_onnx.py to have more comprehensible errors. I translated the readme in English. I added directly the yolop.onnx file in the repo as it is fairly lightweight.