Skip to content

In this python project, we are going to build the Human Detection and Counting System through Webcam or you can give your own video or images. This is a deep learning project on computer vision, which will help you to master the concepts and make you an expert in the field of Data Science. Let’s build an exciting project.

License

nawaz-kmr/Real-time-Human-Detection-and-Counting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Real-time-Human-Detection-Counting.

In this Project, I am going to build the Human Detection and Counting System through Webcam [or video or images].

Project Prerequisites

  1. OpenCV: A strong library used for machine learning
  2. Imutils: To Image Processing
  3. Numpy: Used for Scientific Computing. Image is stored in a numpy array.
  4. Argparse: Used to give input in command line.

To run the project, please run below-mentioned commands as per requirements

  1. To give video file as input: python main.py -v ‘Path_to_video’

  2. To give image file as input: python main.py -i ‘Path_to-image’

  3. To use the camera: python main.py -c True

  4. To save the output: Python main.py -c True -o ‘file_name’

About

In this python project, we are going to build the Human Detection and Counting System through Webcam or you can give your own video or images. This is a deep learning project on computer vision, which will help you to master the concepts and make you an expert in the field of Data Science. Let’s build an exciting project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages