Detecting vehicles and warn them if they get close to another vehicle.
-
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