/Motion-Detector

This project detects the first frame and then as objects comes into its frame it detects them and logs the start time to a csv file along with the time the object leaves the frame.

Primary LanguagePython

Motion Detector using Python

This project detects the first frame and then as objects comes into its frame it detects them and logs the start time to a csv file along with the time the object leaves the frame.

Technologies Used:

The project is made using python3 and the following libraries were used in the project.

  • OpenCV - For Image Processing
  • pandas - For getting the required data
  • Bokeh - For plotting Visualizations