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

Predicted lane pixels extraction #2

Open
k-nayak opened this issue May 5, 2022 · 0 comments
Open

Predicted lane pixels extraction #2

k-nayak opened this issue May 5, 2022 · 0 comments

Comments

@k-nayak
Copy link

k-nayak commented May 5, 2022

Hello @ibaiGorordo,

Thank you for your amazing inference implementation.

I want to know a few things about the code, as I am trying to extract the detected lane pixels from the output for further use such as finding the curvature using the detected lane lines from the model. I wanted to know if the below-mentioned lines are the correct line to look for the array of lane pixels from the model or if they are saved in some other variable. I would like to get the pixel coordinates or the array of only the center lanes pixels after detection in which the vehicle is currently driving (lanes 2 and 3).

Could you please help me out with the question?
Ultrafastlanedetector.py line 112

Process output data

self.lanes_points, self.lanes_detected = self.process_output(output, self.cfg)

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant