kpaonaut / VPGNet_for_lane

Vanishing Point Guided Network for lane detection, with post processing
41 stars 21 forks source link

CvMat, cv::Mat compatibility #1

Closed kpaonaut closed 6 years ago

kpaonaut commented 6 years ago

Error: image type not supported. result: incorrect. solve this bug

kpaonaut commented 6 years ago

Image has to be single channel, I solved this by converting all images to gray image.