Density based traffic signal system using image processing
Contact Me for Project Prize
Mail Id: tamilblogelectronic@gmail.com
Measure Traffic density and ambulance detection in Realtime project.
What We Do in This Project: (Both Software & Hardware Project Available)
(i) Traffic Density Measure - Realtime (Means using Traffic Camera or Traffic Video)
First, we do Vehicle Detection in Video/Camera using Image Processing.
Second, we Count the Vehicle We Detected in Video/Camera using Image Processing.
Third, We Compare Two lane Vehicle Density in Video/Camera , if lane detect more no. of vehicle will be Prioritized first.
(ii) Ambulance Detection in Single Lane - Realtime (Means using Traffic Camera or Traffic Video):
First, We Collect the Images of Ambulance.
Second, we train our Image model using sample ambulance image.
using Yolo image Model, we able to Detect the Ambulance in Video/ Camera.
(iii) Ambulance Detection in Multiple Lane - Realtime (Means using Traffic Camera or Traffic Video):
Once we able to detect ambulance in single lane, then we compare two lane or video. depend on Bounding box area of ambulance we prioritize the ambulance in lane.
Reason for bounding box :
if ambulance in video or camera detect in far from traffic light size of ambulance is small in video/camera so bounding box also small.
if its near it ambulance is big and bounding box also big.
Problem:
Current Traffic using Fixed timing Signal. Whether traffic is present or not, The Vehicle need to wait. If Heavy Traffic is Present in a particular lane, it need more Time for Green Light than any other lane. If Ambulance is Present, that lane should be Prioritize first.
Solution:
Problem of Current Traffic signal is Fixed Timing Signal. Instead of Fixed timing, we propose dynamic timing Signal.
Problem Statement & Objectives:
The objective is to measure the density of traffic using Computer Vision in a Individual Lane.
Detect The Presence of Ambulance in a Single Lane using Computer Vision
Detect The Presence of Ambulance in Multiple Lane using Computer Vision.
Prioritize Lane Based on Distance Between Ambulance and Traffic Light.
Comments
Post a Comment
Welcome