| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
To run on video file:
python ObjectTracker.py --input videos/car_chase_01.mp4 --confidence 0.5 --threshold 0.3
To run on web-camera:
python ObjectTracker.py --input camera --confidence 0.5 --threshold 0.3
references/credit:
YOLO object detection with OpenCV
Simple object tracking with OpenCV
| Back | FazBrowse Home | New Git URL |