Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.93 KB

leaderboard.md

File metadata and controls

28 lines (24 loc) · 1.93 KB

Talk2Car Leaderboard

One can find the current Talk2Car leaderboard here. The models on Talk2Car are evaluated by checking if the Intersection over Union of the predicted object bounding box and the ground truth bounding box is above 0.5. This metric can be referred to by many ways i.e. IoU0.5, AP50, ... Pull requests with new results and models are always welcome!

Model AP50 / IoU0.5 Code
STACK-NMN 33.71
SCRC 38.7
OSM 35.31
Bi-Directional retr. 44.1
MAC 50.51
MSRR 60.04
VL-Bert (Base) 63.1 Code
AttnGrounder 63.3 Code
ASSMR 66.0
CMSVG 68.6 Code
Vilbert (Base) 68.9 Code
CMRT 69.1
Sentence-BERT+FCOS3D 70.1
Stacked VLBert 71.0
FA 73.51
Additional details about some of the baselines and state-of-the-art models mentioned in the leaderboard are also analysed in the C4AV challenge summary paper found here.