Skip to content

Detecting vehicles and warn them if they get close to another vehicle.

Notifications You must be signed in to change notification settings

Jaay7/Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object-Detection

Detecting vehicles and warn them if they get close to another vehicle.

Getting started

  • Install required packages

    pip install tensorflow-gpu
    pip install pycocotools
    pip install winsound
    pip install opencv-python
    pip install numpy
    pip install matplotlib
  • GPU configurations

    • Download CudaNN for NVIDIA
    • Update the graphic drivers
    • Make sure to install all the required attributes.
  • Models from TensorFlow

    git clone https://github.com/tensorflow/models
    cd models/research
    protoc object_detection/protos/*.proto --python_out=.
    pip install object_detection
  • Run

    python vehicle_detector.py

Result

output1 output2

About

Detecting vehicles and warn them if they get close to another vehicle.

Topics

Resources

Stars

Watchers

Forks

Languages