MaybeShewill-CV / lanenet-lane-detection

Unofficial implemention of lanenet model for real time lane detection
Apache License 2.0
2.36k stars 886 forks source link

Black mask_image #545

Closed carlosdior closed 2 years ago

carlosdior commented 2 years ago

I tested the trained model and I've got a black musk image, could you help me plz?

carlosdior commented 2 years ago

ps it worked for ./data/tusimple_test_image/0.jpg but when I use another image it didn't work well

MaybeShewill-CV commented 2 years ago

@carlosdior postprocess was designed for tusimple image. You need to modify it if you want to use your own image. Simply you may directly visualize the segmentation mask result without postprocess:)

carlosdior commented 2 years ago

Thank you for your response, when I tried to plot directly the instance segmentation I got image

MaybeShewill-CV commented 2 years ago

@carlosdior seems the model was not trained very well:)