A people counter project that counts people walking in & out of a store.
- Python 3 (Make sure your Project Interpreter is set to include Python 3 Libraries)
- Numpy
- Datetime
- cv2
- Imutils
- Run PeopleCounterMain.py
-- You can test this with different videos that are in included in the project.
- test1.mp4
- test3.mov
- Comment out line #29 camera = cv2.VideoCapture("test2.mov")
- Uncomment the line #30 camera = cv2.VideoCapture(0)