LaneSegmentationNetwork icon indicating copy to clipboard operation
LaneSegmentationNetwork copied to clipboard

The deep semantic segmentation network for lane segmentation.

Results 10 LaneSegmentationNetwork issues
Sort by recently updated
recently updated
newest added

I have a question for your system. Can this network classify yellow and white lane or other kinds of class? (center lane etc..) If not, do you have any idea...

@Tamuel Hi,Tamuel, I try to run the code but something went wrong. Just like the title , the Spyder positioned it in the following : logits = segmentation.network(inputs=input_image, is_training=False) --prediction.py...

@Tamuel how can I train this network using my own dataset?

Thank you very much for sharing, the code is very good. What version of tensorflow are you using?

I have a question for your system. Do i need to re-train this network to test on different datasets?

my file model has the following contents: checkpoint.checkpoint model.ckpt-31880.data-00000-of-00002 model.ckpt-31880.index model.ckpt-31880.meta model.ckpt-31880.data-00001-of-00002 It has a problem when I run prediction.py,can you help me? My email is [email protected] ValueError: Couldn't find...

hi how to merged dashed line,can you help me?

Nicely done with successfully obtaining decent results! Is there any chance that I can get any details about your implementation?