It's an Car Detection for self-Driving cars using raspberry pi
DEMO VIDEO
Prerequsites:
python3.6.2
https://www.python.org/downloads/release/python-362/
Virtualenv
pip install Virtualenv
creating virtual environment
vuirtual opencv
activate virtual environment
.\Scripts\activate
open-cv
pip install opencv-python-contrib
Open python IDLE
import cv2
if there is no error then the open cv is installed
python car_detection.py
Licensed under the MIT License