Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DarkSCNN的车道线检测后处理部分条件判断未对齐 #15504

Open
wangbingsum opened this issue Aug 15, 2024 · 4 comments
Open

DarkSCNN的车道线检测后处理部分条件判断未对齐 #15504

wangbingsum opened this issue Aug 15, 2024 · 4 comments
Labels
Module: Perception Indicates perception related issues

Comments

@wangbingsum
Copy link

异常代码位置: apollo/tree/master/modules/perception/lane_detection/lib/postprocessor/darkSCNN/darkSCNN_lane_postprocessor.cc
代码内行号: 194到197
描述: else if (value >= lane_type_num_) 这个条件判断应该要往外再移一层嵌套,虽然不会对代码运行产生什么问题,但是代码逻辑对不上,如果有嵌套对齐显示的插件应该会很明显的看到问题,详情见提供的附件图片
Uploading Snipaste_2024-08-15_14-34-30.png…

@LeoLai0926
Copy link

请问你跑车道线检测模块的时候有经常崩溃的情况吗

@wangbingsum
Copy link
Author

我目前运行denseline模型,还比较稳定,没有出现过崩溃的问题,DarkSCNN还在测试,我都是把代码单独移植出来做的测试,没有和其他模块一起跑,相当于是离线运行的状态

@LeoLai0926
Copy link

感谢回复, 请问你运行的是Apollo9.0版本的代码吗, 还有方便请问一下你的设备是什么吗, 我是在一个带有N卡的x86平台上运行的.

@wangbingsum
Copy link
Author

感谢回复, 请问你运行的是Apollo9.0版本的代码吗, 还有方便请问一下你的设备是什么吗, 我是在一个带有N卡的x86平台上运行的.

对的,是Apollo9.0版本的代码,是在x86的服务器上运行的,用的也是N卡,是将caffe模型转成onnx模型来做的测试

@daohu527 daohu527 added the Module: Perception Indicates perception related issues label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: Perception Indicates perception related issues
Projects
None yet
Development

No branches or pull requests

3 participants