XingangPan / SCNN

Spatial CNN for traffic lane detection (AAAI2018)
MIT License
815 stars 242 forks source link

What‘s the standard of labeling the lanes? #88

Closed yeyewen closed 5 years ago

yeyewen commented 5 years ago

@XingangPan If we got three lane markings ,how do we label the data ?0111 or 1110 ,if we got five lanes markings or more? You mentioned that you care about 4 lane markings, if we got five or more ,how do we choose the four?

XingangPan commented 5 years ago

@yeyewen [0,1,1,1] means there is 1 lane on the left and 2 lanes on the right, [1,1,1,0] means there are 2 lanes on the left and 1 lane on the right. Left or right is decided by the slope of the lane. We only care about two lane markings for each side (left or right). For example if you have 2 lane markings on the left and 3 lane markings on the right. We would ignore the most right one.

yeyewen commented 5 years ago

@XingangPan Thanks!You mentioned that 9 scenarios are collected in your paper. I am interested in you work.If I want to pick out the dazzle light picture,what should I do ? What if I pick out other scenarios?

XingangPan commented 5 years ago

@yeyewen You can download our dataset. You can find a list folder in the dataset, under the folder you can find the image list for each category.

yeyewen commented 5 years ago

@XingangPan Thanks! image The list folder just contains the test_split.Do you have the train_split?The test set may be too small for me .