Skip to content

It's an Car Detection for self-Driving cars using raspberry pi

Notifications You must be signed in to change notification settings

cesarbruno16/Car-Detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Car-Detection

It's an Car Detection for self-Driving cars using raspberry pi

DEMO VIDEO

1:https://www.youtube.com/watch?v=kS_k5pweA3E&t=2s

2:https://www.youtube.com/watch?v=nuMGgv2DAFU

3:https://www.youtube.com/watch?v=HJQ8RWY5OMg&t=1s

Prerequsites:

python3.6.2

https://www.python.org/downloads/release/python-362/

Virtualenv

pip install Virtualenv

For running the code first create a virtual environment by the following command

creating virtual environment

vuirtual opencv

For activate virutal environment use following command

activate virtual environment

.\Scripts\activate

Now install opencv on the virtualenv by following command

open-cv

pip install opencv-python-contrib

Make sure you are in the Open cv is installed using following command

Open python IDLE

import cv2

if there is no error then the open cv is installed

to run the code use

python car_detection.py

About

It's an Car Detection for self-Driving cars using raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%