Coders Packet

Pedestrian Detection in Python

By AKASH KESARWANI

Through webcam or image you can detect Pedestrian in Python using openCV and imutils (Note: specify your image path)

How to choose webcam or image

output

how code works is already mentioned inside .py files

software requirenment:

1) Python 3.5.8

2) openCV

3) NumPy

4) imutils

 

Hardware Requirenment:

Webcam (if you are using a live pedestrian detection mode)

 

Descreption: It's a live or image Pedestrian detection in Python using openCV and imutils,the best part is, it has both module in functions so you can choose any one according to your projects,code working process is already mentioned inside the code as a comment so you can easily understand how code works,it is .py file which means you can run through IDE or in a cmd depends upon you.Easy implementation and useful code for any cctv type  projects for security purpose.

 

some commands before you run this file:

1) pip install opencv-python

2) pip install numpy

3) pip install imutils

 

Now you have ready to run thi file through command or if you are using IDE then set environment than compile this file

 

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by AKASH KESARWANI (akashkesarwani)

Download packets of source code on Coders Packet