Track objects in your webcam feed.
You can install Conda for python which resolves all the dependencies for this project
or run
pip install requirements.txt
Run with object_colour which finds the hsv colour of the object you want to track or if you know the hsv colour feed it directly into the program.
After reproducing the repo in your device, to run the code,
Type python track.py
for tracking by finding the hsv colour value of the object you want to track.
- Search for hsv value by selecting object region
- Threaded video for faster processing
- Show FPS in feed
- Stabilization/improve hsv value thresholding
Thanks to Adrian Rosebrock for inspiring me!