XingangPan / SCNN

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

Error generating per-pixel labels #77

Closed zzz1515151 closed 5 years ago

zzz1515151 commented 5 years ago

Hi, i download the CULane dataset from https://xingangpan.github.io/projects/CULane.html but found all black images in dir /laneseg_label_w16. i also tried generating scrips from https://github.com/XingangPan/seg_label_generate and got also all black images. Did anyone face the same problem or where can i get the correct seg image? Thanks in advance!

XingangPan commented 5 years ago

@zzz1515151 All black images are correct. Because they are label map with small label value like 0,1,2,3,4, which would look like black on 255 scale png images.

zzz1515151 commented 5 years ago

oo, i didn't see these labels carefully. Thanks for you reply.