wudongming97 / TopoMLP

[ICLR2024] TopoMLP: A Simple yet Strong Pipeline for Driving Topology Reasoning
Apache License 2.0
131 stars 11 forks source link

The discussion about the TOP_ll #2

Closed zhangmanCN closed 8 months ago

zhangmanCN commented 8 months ago

May I ask why the fifth result of prediction calculation before and after enhance prediction is 0.25 and 0.3 respectively. image In my understanding, as shown in the follow formula(it is a part of formula about TOP_ll): image To the ith predict topology of a certain vertex, and if it is correct, the predict topology score should be j/i * 1, where j is the right number in the first i topology predict result. and j/i is the result of the P(),1 is the result of the indicator func. Do I have any mistake? Please advise me.

wudongming97 commented 8 months ago

Please refer to the code about how to calculate P() in OpenLane-V2: https://github.com/OpenDriveLab/OpenLane-V2/blob/master/openlanev2/centerline/evaluation/evaluate.py#L331-L335

wudongming97 commented 8 months ago

@zhangmanCN Sorry, we indeed made a mistake in the last row: 0.25 and 0.3. It should be 0.6 and 0.6. I will correct our manuscript.

zhangmanCN commented 8 months ago

Thank you for your reply. I think the 0.6 and 0.6 is right~