OpenLane-V2 icon indicating copy to clipboard operation
OpenLane-V2 copied to clipboard

question about the assignment in Top_lcte

Open ShangGL123 opened this issue 1 year ago • 3 comments

Hello, thank you for your work! I have a question when calculating Top-lcte. As shown in the figure below, why doesn't it consider [attribute] when calculating the matching result between te and GT in Top-lcte as when calculating the mAP? Will [Filter:lambda _:True] lead to category matching errors when using only boxes for matching? Thank you for correcting my confusion. image

ShangGL123 avatar Mar 29 '24 05:03 ShangGL123

Hi, in the matching process, we do not consider the attributes of the traffic elements when calculating the Top-lcte. The line 620 is used just for calculating the map of traffic elements.

faikit avatar Apr 18 '24 03:04 faikit

Thank you for your reply! I noticed what you said, but I am curious whether it is reasonable to calculating the matching result based solely on coordinates? Or what are the advantages of this strategy? Thank you for correcting my fusion.

ShangGL123 avatar Apr 21 '24 15:04 ShangGL123

What do you mean by e to calculating the matching result based solely on coordinates?

In the code above, the metric scores are calculated. But the matching result should be the outputs of the model.

faikit avatar Jul 19 '24 03:07 faikit