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

Can laneaf detect the horizontal lane? #10

Closed
guoguangchao opened this issue Apr 29, 2021 · 5 comments
Closed

Can laneaf detect the horizontal lane? #10

guoguangchao opened this issue Apr 29, 2021 · 5 comments

Comments

@guoguangchao
Copy link

guoguangchao commented Apr 29, 2021

Thanks for your great work! LaneAF clustering lane pixels row-by-row, from bottom to top. Can LaneAF detect the vertical lane and horizontal lane at the same time? like the picture below,thanks

微信截图_20210429135239

@arangesh
Copy link
Collaborator

It should be possible to do this by creating a separate set of outputs (i.e. binary mask, HAF and VAF) for horizontal lines. You also would have to adapt the generateAFs() and decodeAFs() functions in utils/affinity_fields.py so that both these procedures operate from left to right (or right to left) instead of bottom to top.

@guoguangchao
Copy link
Author

It should be possible to do this by creating a separate set of outputs (i.e. binary mask, HAF and VAF) for horizontal lines. You also would have to adapt the generateAFs() and decodeAFs() functions in utils/affinity_fields.py so that both these procedures operate from left to right (or right to left) instead of bottom to top.

thanks for your answer,Do you mean like this?
horizontal_vertical_lane

@arangesh
Copy link
Collaborator

Yes, your understanding is correct. In addition to the separate heads for horizontal and vertical lines, you would also have separate generateAFs() and decodeAFs() functions for horizontal and vertical lines respectively. You can modify the existing functions in utils/affinity_fields to create these functions for horizontal lines.

@guoguangchao
Copy link
Author

Thanks for your answer. It's very helpful

@wywywy01
Copy link

Did you experiment with the results of horizontal lane lines?
and how about laneatt model on horizontal lane lines?

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

3 participants