Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 473 Bytes

File metadata and controls

9 lines (8 loc) · 473 Bytes

Body-Counter

Counts number of people in frame and writes number into .txt file

Steps to Run program

  1. Install Python 3.7+ (https://www.python.org/downloads/) if not installed
  2. Open Terminal and Install OpenCV using pip command- (pip install opencv-contrib-python)
  3. Clone/download the repository
  4. Change directory to the file path in terminal and run the program bodycounter.py command- (python bodycounter.py)
  5. To stop video stream press the esc(Escape) key