POSTECH-IMLAB / LaneSegmentationNetwork

The deep semantic segmentation network for lane segmentation.
GNU Lesser General Public License v3.0
95 stars 51 forks source link

About class of detected lane #2

Open nyamnym opened 6 years ago

nyamnym commented 6 years ago

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 for that?

Tamuel commented 6 years ago

@nyamnym Thank you for your question! This network can classify yellow, white, solid, dashed lane simultaneously.

schenock commented 3 years ago

The predict.py script includes only segmentation, but no classes for different lanes. You mentioned that the network can classify simultaneously? How can one get that output?