/detect-people-and-vehicles

Detection of people and vehicles using a Convolutional Neural Network.

Primary LanguagePython

Detection of Vehicles and People

This project performs real-time identification of vehicles and people with a high accuracy rate using a Convolutional Neural Network.

screen-gif

Installation

Use the package manager pip to install the requirements.

pip install requirements.txt

Usage

To use a directory file or a webcam connected to the computer, use:

python webcam_or_file.py

To use an IP camera that is running on http protocol on your local network, use:

with_ip_cam.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.