YOLOP-opencv-dnn icon indicating copy to clipboard operation
YOLOP-opencv-dnn copied to clipboard

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

Results 7 YOLOP-opencv-dnn issues
Sort by recently updated
recently updated
newest added

如题,我在做多任务时,存在这个问题,找不到解决办法

[ERROR:[email protected]] global D:\a\opencv-python\opencv-python\opencv\modules\dnn\src\onnx\onnx_importer.cpp (909) cv::dnn::dnn4_v20211220::ONNXImporter::handleNode DNN/ONNX: ERROR during processing node with 3 inputs and 1 o utputs: [Clip]:(598) from domain='ai.onnx' Traceback (most recent call last): File "e:/MachineVision/OpenCV/_Python/YOLOP-opencv-dnn-traffic/main.py", line 152, in...

你好,请问如果想将此项目用在摄像头上或者视频中,我应该怎么修改代码呢,谢谢!

Hi there, Thanks for your guys awesome tasks. But I met an issue while compiling through opencv. Which version your team using to build this repo? `opencv/modules/dnn/src/onnx/onnx_importer.cpp:555: error: (-215:Assertion failed)...

![input](https://user-images.githubusercontent.com/28441576/137864443-918ebfe2-6ec0-4583-b34a-11269009b948.jpg) ![output](https://user-images.githubusercontent.com/28441576/137864451-4ea427e7-ecf7-45aa-b64a-68a6260e8786.jpg) Mat srcimg = imread("0ace96c3-48481887.jpg");

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?...

![image](https://user-images.githubusercontent.com/58057507/205483711-25524958-15ab-4eec-9573-0fefe318c3a0.png) 你好,想问下为什么ONXX没有加载上,是因为Net的原因吗