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
- OpenCV: A strong library used for machine learning
- Imutils: To Image Processing
- Numpy: Used for Scientific Computing. Image is stored in a numpy array.
- Argparse: Used to give input in command line.
To run the project, please run below-mentioned commands as per requirements
-
To give video file as input: python main.py -v ‘Path_to_video’
-
To give image file as input: python main.py -i ‘Path_to-image’
-
To use the camera: python main.py -c True
-
To save the output: Python main.py -c True -o ‘file_name’