The official implementation of "CLRerNet: Improving Confidence of Lane Detection with LaneIoU"
Apache License 2.0
174
stars
18
forks
source link
Hello! Thank you very much for your work on open source! I just have a question, why isn't there an experiment with resnet-18 as the backbone? In addition, what do the lane lines p and q mean in the paper? #3
We verified that performance improvement by LaneIoU was observed with different backbones, but did not include the smaller models than Res34 unfortunately.
The lanes p and q stand for the pair of lane instances considered for IoU calculation. On some rows, lane instances (p and q) exist and intersection can be calculated (e.g. from the bottom to the top of lane B in Fig. 3). We call the set of such rows Ωpq.
``