Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaay7/object-detection

Detecting vehicles and warn them if they get close to another vehicle.
https://github.com/jaay7/object-detection

cocoapi gpu nvidia-cuda python3 ssd-mobilenet tensorflow

Last synced: about 19 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# Object-Detection
Detecting vehicles and warn them if they get close to another vehicle.

### Getting started

- Install required packages

```sh
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

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

- Run

```sh
python vehicle_detector.py
```

### Result
output1
output2