Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

If there is a bug in evaluate/lane.py line 35? #15

Open
chenpengf0223 opened this issue Sep 3, 2019 · 0 comments
Open

If there is a bug in evaluate/lane.py line 35? #15

chenpengf0223 opened this issue Sep 3, 2019 · 0 comments

Comments

@chenpengf0223
Copy link

chenpengf0223 commented Sep 3, 2019

threshs = [LaneEval.pixel_thresh / np.cos(angle) for angle in angles]

I mean that 'LaneEval.pixel_thresh' is the threshold in the direction of the lane, so 'threshs' is the threshold in the direction of the x axis, if it should be like this?
threshs = [LaneEval.pixel_thresh * np.cos(angle) for angle in angles]

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