Skip to content

rafaelscariot/detect-people-and-vehicles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Detection of people and vehicles using a Convolutional Neural Network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages