LaneGAP icon indicating copy to clipboard operation
LaneGAP copied to clipboard

Difference between MapTR and LaneGAP?

Open crisz94 opened this issue 2 years ago • 2 comments

Hey guys, thanks for your brilliant work in both MapTR and LaneGAP. After reading this paper, it seems that the perception pipeline for LaneGAP is basically the same with MapTR? And if not, what's the difference? Hope to get your reply soon

crisz94 avatar Aug 22 '23 10:08 crisz94

LaneGAP and MapTR do share similar network design. LaneGAP extends MapTR to lane graph modeling. We integrade them into one unified framework in MapTRv2 (https://arxiv.org/abs/2308.05736).

outsidercsy avatar Sep 06 '23 01:09 outsidercsy

The path-wise modeling in LaneGAP enables MapTR percepting lane graph with better performance (superior than pixel-wise, piece_wise) at least cost (without need of post-processing in pixel-wise and extra connectivity prediction in piece-wise).

LegendBC avatar Sep 08 '23 09:09 LegendBC