cfzd / Ultra-Fast-Lane-Detection

Ultra Fast Structure-aware Deep Lane Detection (ECCV 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About row anchors

Tu-Ear opened this issue · comments

commented

Hi @cfzd , thanks for your great work!
I have some questions about row anchors:
1、Why the step of row anchors for two datasets are different and will the size of step influence the accuracy?
2、How did you decide the range of row anchors for different datasets?
3、I read the issue: #8 and I wonder if I increase the number of row anchors on CULane, can I set the sim_loss_w to 1 and improve the model?
Thank you!

commented

@Tu-Ear

  1. This question can be found in our new version UFLDv2: https://arxiv.org/pdf/2206.07389. Generally speaking, the more anchors, the higher performance.
  2. The range should cover the possibale range of lanes.
  3. You can give it a try. In UFLDv2, we designed a new expectation loss to replace structural loss.