Open mertmerci opened 4 years ago
Do you understand the Post-Processing step? Is there any thresholding? Do you understand the process2D function?
Well, actually not on a satisfied level. I'm still waiting for the response of this issue.
I want to know that "Lane detection" and "object detection" use different models, which are darkscnn and yolo, is this right?
can someone answer this question?
I’m trying to understand the perception module and confused on lane line detection/post-processing steps. First of all, is there any post-processing after lane-line detection and what is the output of the process? Is the output a segmented picture?
I guess, after the CNN implementation for lane line detection
(pathway: modules/perception/production/data/perception/camera/models/lane_detector/darkSCNN/dark_SCNN_vpt_8x_trainable_xavier_lighter_ud_deploy.pt)
a segmented picture is obtained with different lines, etc. but in order to work with these lines, they should be translated into functions or coordinates and these should be made under a post-processing section where we can work for thresholding.Is my guess correct? If yes, what is the location of this file?