jason-li-831202 / Vehicle-CV-ADAS

The project can achieve FCWS, LDWS, and LKAS functions solely using only visual sensors. using YOLOv5 / YOLOv5-lite / YOLOv6 / YOLOv7 / YOLOv8 / YOLOv9 / EfficientDet and Ultra-Fast-Lane-Detection-v2 .
GNU General Public License v3.0
162 stars 38 forks source link

imageDetection.py #2

Closed Minnchong closed 1 year ago

Minnchong commented 1 year ago

When I run the TrafficLaneDetector/imageDetection.py, it show "No module named 'ultrafastLaneDetector.ultrafastLane'".

jason-li-831202 commented 1 year ago

The newly uploaded version has fixed the import issue. You can try downloading it.

Minnchong commented 1 year ago

OK,thanks for your update