Commit f7afcfbd authored by Perera P.A.M.M's avatar Perera P.A.M.M

Updated object tracking main.py

parent 75d219b3
......@@ -4,7 +4,7 @@ from tracker import *
# Create tracker object
tracker = EuclideanDistTracker()
cap = cv2.VideoCapture("highway.mp4")
cap = cv2.VideoCapture("highway2.mp4")
# Object detection from Stable camera
object_detector = cv2.createBackgroundSubtractorMOG2(history=100, varThreshold=40)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment