Skip to content

Shehab37/car_lane_and_cars_detection

Repository files navigation

self-driving-perception-stack

Car lane detection

you can run the detect_lanes.py from the cmd with the arguments:

(input file path , debug flag >>0 , 1 for debugging)

examples:

python detect_lanes.py project_data/project_video.mp4 0


python detect_lanes.py project_data/test_images/test1.jpg 1

image image

Vehicle detection

you can run the detect_cars.py from the cmd with the arguments:

(input file path)

example:

python detect_cars.py challenge_video.mp4

image image

you can run the yolov5.ipynb from colab to run inference on a YOLOv5 with GPU acceleration:

image image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published