Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 724 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 724 Bytes

LaneDetection

A system for autonomous driving in Keras that makes use of sliding windows and proportional steering control. A visualizer is included to help with debugging and testing models. It also contains various components for path planning and stop sign detection.

Usage Notes

In order to run the executable scripts, which import other modules within the project, you may have to add the parent directory of the project to your PYTHONPATH. You must execute the scripts with python -m LaneDetection.<subpackage>.<script>. Running them directly with ./<script> will result in an import error.

Compatibility

This project is intended to be used with Python 2.7. Many scripts will not work with Python 3.x.