In this project try to track the motion of the vehicles on a highway using the concept of Optical Motion Flow. for detailed explanantion checkout Problem 1 in this report.
-
Change the input video directory in main.py file:
cap = cv2.VideoCapture('Cars On Highway.mp4')
-
Run the below command:
python main.py