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

191 - Filter out side-facing traffic lights by HSV and shape #209

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

MaxJa4
Copy link
Collaborator

@MaxJa4 MaxJa4 commented Mar 9, 2024

Description

Enhance traffic light detection filter by filtering out side-facing traffic lights by HSV (color spectrum) and shape of the light's contour.

Fixes #191

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

@MaxJa4 MaxJa4 added enhancement New feature or request perception labels Mar 9, 2024
@MaxJa4 MaxJa4 requested a review from JuliusMiller March 9, 2024 16:22
@MaxJa4 MaxJa4 self-assigned this Mar 9, 2024
Copy link

github-actions bot commented Mar 9, 2024

Simulation results

Metric Value
Avg. driving score 0.048951
Avg. route completion 0.34
Avg. infraction penalty 0.181606
Collisions with pedestrians 0.0
Collisions with vehicles 41.368
Collisions with layout 82.737
Red lights infractions 0.0
Stop sign infractions 0.0
Off-road infractions 0.007
Route deviations 0.0
Route timeouts 41.368
Agent blocked 0.0
Yield emergency vehicles infractions 0.0
Scenario timeouts 41.368
Min speed infractions 0.0

Copy link
Collaborator

@JuliusMiller JuliusMiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice Improvements 👍

@JuliusMiller JuliusMiller merged commit fa29834 into main Mar 18, 2024
3 checks passed
@JuliusMiller JuliusMiller deleted the 191-enhance-sidefacing-trafficlights-fitler branch March 18, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request perception
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Enhance side-facing traffic light filtering
2 participants