sel118 / LaneAF

189 stars 36 forks source link

parameter 'down_ratio' ablation study #17

Closed jiayily closed 3 years ago

jiayily commented 3 years ago

Hello, have you ever tried different values of parameter 'down_ratio'? I find one line code of its acceptable values in class DLASeg. assert down_ratio in [2, 4, 8, 16] So can you tell me the performance contrast of this parameter? Thank you very much.

arangesh commented 3 years ago

You can find some ablation experiments on this in the paper. On TuSimple, down_ratio=4 works best,

jiayily commented 3 years ago

Yes, I see it. As I know there are some annotation errors in TuSimple dataset. So have you conducted the same ablation experiments on CULane?