autowarefoundation / autoware.universe

https://autowarefoundation.github.io/autoware.universe/
Apache License 2.0
947 stars 618 forks source link

`traffic_light_roi_visualizer` does not handle signal with arrow indicator (in Japan) #8389

Closed YoshiRi closed 2 weeks ago

YoshiRi commented 1 month ago

Checklist

Description

traffic_light_roi_visualizer does not show entire detection results when following traffic lights.

image image

We want visualizer to show every traffic light detection results. That would be something like:

●: 100%
← : 100%
↑: 100%

Purpose

We want to distinguish detection error and visualization error.

Possible approaches

First of all, all of the detection results should be visualized. The easiest solution is to concatenate visualization text with vertically or horizontally.

●: 100%
← : 100%
↑: 100%
●, ←, ↑
100, 100, 100

Definition of done

When we confirmed all of the detection results should be visualized.

Currently TIER IV has the sample data. TIER IV INTERNAL DATA LINK, if there are someone interested in this issue, we will annonimise and share this rosbag.

kminoda commented 1 month ago

@KhalilSelyan Hi, would you address this issue? I think this is due to your PR: https://github.com/autowarefoundation/autoware.universe/pull/6985. Since this may cause misunderstanding of the Autoware's performance, we would like to fix it as soon as possible. What we would like to see is that all the possible patterns as a traffic light classification output is properly checked. (One of our members within TIER IV approved your PR, but should've checked from our end, sorry for that)

Thank you for your contribution as always :pray:

kaancolak commented 1 month ago

Hi @kminoda -san, this doesn't seem to be related to me. Maybe @KhalilSelyan might be able to help

kminoda commented 1 month ago

Sorry for that :pray: Fixed

ktro2828 commented 1 month ago

@KhalilSelyan Hi I've created a PR to fix this problem. Could you review that? https://github.com/autowarefoundation/autoware.universe/pull/8428

ktro2828 commented 4 weeks ago

https://github.com/autowarefoundation/autoware.universe/pull/8428 has been merged

YoshiRi commented 2 weeks ago

I will close this issue with https://github.com/autowarefoundation/autoware.universe/pull/8428 has been merged