Object tracking practice using open-cv
Installation and Environment
- Clone Repository and Navigate to Working Dirrectory
- python -m venv venv
- venv\Scripts\Activate
- pip install -r requirements.txt
Run Software:
- py track.py
- Enter amount of seconds to be analysed
Output:
- Current Progress of Video
- Display of live video, drawn contours of object and collision count
- Total Number of Collisions in x amount of time
Testing:
- Testing done with following video (https://www.youtube.com/watch?v=NEdjQUZVM6Q&t=10s)
