Skip to content

SadraSamadi/people_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

People Counter

Counting people using OpenCV.

1

2

Usage

  • open a command line interface (cmd, terminal, ...)
  • clone project git clone https://github.com/SadraSamadi/people_counter.git
  • go to the project folder cd people_counter
  • install python packages pip install -r requirements.txt
  • run the program python main.py -i <path_to_the_input_video> -o <path_to_the_output_video>