Live lane detection, stabilized steering, and object recognition all in one. (YouTube Playlist)
Auto.mp4
To run the live lane detection on a video,
- Place the video you want to use in the Videos directory.
- Place the
.weightsof the model you want to use in the Data directory. This can be downloaded here. Note that YOLOv4-tiny was used for the demo video. pip install requirements.txt.- Run
autonomous.pyoroldCode.py.
List of dependencies and requirements needed to run the project.
- Python (version 3)
- OpenCV (version 4)
- Numpy (version 1)
Clone the repository to your local machine:
git clone https://github.com/KoralK5/Auto.git