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.
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