Traffic Analysis System
Real-time traffic analysis based on a video from a camera of observation. Fixation of the direction, type and speed of the vehicle. Visualization of results using different graphs.
The system receives streaming from an IP camera or recorded video. The images are transferred to the YOLOv3 detector. Information about detected objects is transmitted to the motion-based multy object tracker, to combine detected objects on individual images in the trajectory and the filtration of false detections. The information is recorded in the PostgreSQL BD through psycopg2.
With OpenCV2 the image is built with graphics, with streaming to the screen. You can also record the video.
With Pandas, Matplotlib and OpenCV2 information from BD is visualized according to different rules.
The system receives streaming from an IP camera or recorded video. The images are transferred to the YOLOv3 detector. Information about detected objects is transmitted to the motion-based multy object tracker, to combine detected objects on individual images in the trajectory and the filtration of false detections. The information is recorded in the PostgreSQL BD through psycopg2.
With OpenCV2 the image is built with graphics, with streaming to the screen. You can also record the video.
With Pandas, Matplotlib and OpenCV2 information from BD is visualized according to different rules.