Open-source tool for processing and analyzing traffic footage for users without a expertise in Deep Learning or computer vision.
Current focus is on near collisions. But the objective is to have a tool flexible enough so it can be easily adapted for other purposes.
Uses yolov3 and DeepSort to process video input and outputs an annotated video file and a csv containing bounding boxes and classes per frame.
This was originally forked from https://github.com/ZQPei/deep_sort_pytorch with minor modifications to process traffic footage.
Processes outputted data to identify events of interest.
- Identify objects trajectories intersections
- Homography - re-project trajectories from pixels to lat-long.
- Calculate speeds.
- Determine conflict severity.