jkd2021 / YOLOv5-with-Lane-Detection

Integration of YOLOv5 Model and Lane Detection
GNU General Public License v3.0
35 stars 9 forks source link

lane detection not working #1

Open shuyuanw opened 2 years ago

shuyuanw commented 2 years ago

Hi: I used data/images/1000x-1.jpg to do detect, and no lane is detected. What might be an issue here?

jkd2021 commented 2 years ago

i'm sorry, the lane detection algorithm of this model is initially designed to just take a simple detection in front of the camera, which is the typical scenario in autonomous driving(which means a car-camera street drive video is here more suitable to detect). It's only a trial for the integration of object detection and lane detection, nothing more novel or innovative. I'm still learning algorithms as a Master-student in this area, and in near future I would like to integrate yolo-model with a more advanced lane detection algorithm. If you would like to support me, could you please star this repository and I will inform you whenever I make a more awesome one :)