Intelligent Traffic Management System using Machine Learning | Machine Learning Projects 2023 2024

Ieee Xpert
28 Aug 202321:16

Summary

TLDRThis video introduces a smart traffic management system utilizing YOLO V4 and MobileNet algorithms to address traffic congestion. The system, designed for urban conditions, uses real-time video tracking to count vehicles and intelligently allocate traffic signal timings based on vehicle density. It aims to reduce traffic delays and improve efficiency, offering a modern solution to traditional delay-based traffic light systems. The project is presented with a live demonstration, showcasing its capabilities and potential impact on urban traffic flow.

Takeaways

  • 🚦 The project introduces a Smart Traffic Management System using YOLO V4 and MobileNet algorithm to address traffic congestion issues.
  • 📅 The project is based on research from 2023 and was published in August 2023, highlighting its recency and relevance to current societal needs.
  • 🌐 It aims to solve traffic problems in cities by intelligently managing traffic signals based on real-time vehicle counts per lane, rather than traditional delay-based techniques.
  • 📈 The system works by processing live video feeds to count vehicles in each lane and then adjusting traffic light timings to optimize traffic flow.
  • 🛣️ The project acknowledges that traditional traffic light systems can cause traffic jams by not accounting for varying vehicle densities across lanes.
  • 🔍 The system uses deep learning to analyze video frames, detect vehicles, and count them to determine the optimal traffic signal timings.
  • 💡 The project suggests that this approach can reduce overall traffic delays and improve the efficiency of traffic management in urban areas.
  • 🔧 The system is designed to be flexible, allowing for adjustments in traffic specifications such as frame count and iteration timing to suit different traffic conditions.
  • 📊 The project provides data visualization features to display traffic flow, vehicle counts, and traffic density, helping to analyze and understand traffic patterns.
  • 🔗 The project is offered for purchase through ITW Expert.com, with the promise of providing all necessary project files and support.

Q & A

  • What is the main project discussed in the transcript?

    -The main project discussed is a Smart Traffic Management System using YOLO V4 and Mobilenet algorithm.

  • What is the purpose of the Smart Traffic Management System?

    -The purpose is to manage traffic efficiently by calculating the number of vehicles on each lane and allocating traffic signals accordingly, aiming to reduce traffic congestion.

  • How does the current traffic system operate as described in the transcript?

    -The current system operates on a delay-based technique where traffic lights cycle through fixed intervals, regardless of the actual vehicle count on each lane.

  • What are the issues with the existing traffic management systems mentioned in the transcript?

    -The issues include inefficiency in rain and shine, reliance on human control which is a huge manpower task, and the inaccuracy and failure-prone nature of sensor-based systems.

  • How does the proposed deep learning approach differ from traditional methods?

    -The deep learning approach uses real-time video tracking to count vehicles and predict traffic signals, thus overcoming the limitations of fixed timing and sensor failures.

  • What are the key components of the Smart Traffic Management System project?

    -The key components include real-time video tracking, vehicle counting using deep learning, and automatic traffic signal control based on vehicle density.

  • What is the significance of using YOLO V4 and Mobilenet in this project?

    -YOLO V4 and Mobilenet are used for object detection and classification, which are crucial for accurately counting vehicles and categorizing them for traffic signal allocation.

  • How does the project handle different weather conditions that might affect sensor-based systems?

    -The project uses a video-based deep learning approach that is less affected by weather conditions compared to sensor-based systems.

  • What is the process of running the Smart Traffic Management System as outlined in the transcript?

    -The process involves setting up input and output folders, specifying traffic parameters, running the main code, and then using the system to manage traffic based on real-time video input.

  • What are the future enhancements mentioned for the Smart Traffic Management System?

    -The future enhancements include applying armless prediction models and combining them with other concepts for better performance and accuracy.

  • How can one obtain the project and stay updated with similar projects?

    -One can contact iwexpert.com to obtain the project and subscribe to their channel for future projects and updates.

Outlines

00:00

🚦 Introduction to Smart Traffic Management System

The speaker introduces a project from ITW Expert.com aimed at addressing traffic congestion using a smart traffic management system. The project utilizes YOLO V4 and MobileNet algorithms and is designed to be particularly beneficial for current societal issues. It was published in August 2023 and is intended to tackle traffic problems in cities by intelligently managing traffic signals based on real-time vehicle counts per lane. The traditional delay-based traffic light system is critiqued for causing traffic jams, and the proposed deep learning approach promises to improve upon it by dynamically adjusting traffic signals according to vehicle density.

05:01

🛣️ Project Overview and Setup

The speaker provides an overview of the project, which includes a hybrid approach for better performance and accuracy. The system processes video inputs to calculate vehicle density and control traffic signals accordingly. The project's flow diagram is explained, highlighting the conversion of video into frames, object detection, and traffic signal control. The speaker mentions the use of Python and Anaconda for implementation and outlines the project requirements, emphasizing the advantage of using live camera feeds for real-time traffic management. The speaker also encourages viewers to subscribe to their channel for updates on Python, deep learning, and other technologies.

10:03

🔧 Demonstration of Traffic Signal Control

The speaker demonstrates the project by setting up input and output folders and configuring traffic specifications. They explain the process of testing the algorithm with a single image to ensure it can accurately detect and count vehicles. The system then uses this data to control traffic signals, prioritizing lanes with higher vehicle counts. The speaker runs the 'Intelligent Traffic Manager' to show how it predicts and manages traffic in real-time, adjusting traffic light timings based on vehicle density rather than fixed delays.

15:03

📊 Data Analysis and Visualization

The speaker discusses the data analysis capabilities of the project, which include creating datasets for traffic flow and density. They show how the system automatically updates traffic data and can generate Excel files for detailed reports. The speaker also demonstrates data visualization features, which include graphs showing the average number of vehicles per lane over time, traffic flow on each lane, and comparisons with existing traffic systems. The visualizations highlight the system's effectiveness in reducing traffic and waiting times compared to traditional methods.

20:04

📈 Conclusion and Future Enhancements

The speaker concludes by summarizing the project's success in reducing traffic and improving traffic light management. They mention future enhancements, such as incorporating armless prediction models and other concepts. The speaker invites interested parties to contact iwexpert.com for project details and encourages viewers to subscribe to their channel for updates on future projects.

Mindmap

Keywords

💡Machine Learning

Machine learning is a subset of artificial intelligence that provides systems the ability to learn and improve from experience without being explicitly programmed. In the context of the video, machine learning is central to the development of the Smart Traffic Management System, which uses algorithms to analyze traffic patterns and make informed decisions about traffic signal timings.

💡YOLO V4

YOLO (You Only Look Once) V4 is an advanced, real-time object detection algorithm that is used in the project to identify and count vehicles in each lane. It is a key component of the intelligent traffic management system described in the video, as it enables the system to 'see' and understand traffic conditions in real-time.

💡MobileNet

MobileNet is a type of neural network architecture designed to be efficient and lightweight, making it suitable for mobile and edge devices. In the video, MobileNet is mentioned as part of the algorithms used in the traffic management system, likely to ensure that the system can operate effectively on various devices, including those with limited processing power.

💡Traffic Management System

A Traffic Management System is a technology-based solution designed to optimize traffic flow within a transportation network. In the video, the Smart Traffic Management System using YOLO V4 and MobileNet is presented as a project that aims to alleviate traffic congestion by dynamically adjusting traffic signal timings based on real-time vehicle counts.

💡Real-time Video Tracking

Real-time video tracking refers to the process of analyzing video feeds continuously as they are captured, allowing for immediate response to the observed data. In the video script, real-time video tracking is essential for the traffic management system to function, as it enables the system to count vehicles and adjust traffic signals in real-time.

💡Vehicle Tracking

Vehicle tracking involves monitoring the position and movement of vehicles, which is crucial for traffic management. The video discusses a system that uses deep learning to track vehicles in real-time, which helps in making data-driven decisions for traffic signal control.

💡Deep Learning

Deep learning is a branch of machine learning that uses neural networks with many layers to model and understand complex patterns. In the video, deep learning is applied to process video frames and count vehicles, which is a core functionality of the proposed traffic management system.

💡Traffic Signal Optimization

Traffic signal optimization is the process of adjusting traffic light timings to improve the flow of traffic. The video describes a system that uses deep learning to analyze vehicle counts and optimize traffic signal timings, aiming to reduce traffic congestion and waiting times.

💡Congestion

Congestion refers to the overcrowding of a traffic network, leading to slow movement or standstills. The video's project aims to address the issue of congestion by implementing an intelligent traffic management system that can predict and alleviate traffic buildups.

💡Literature Survey

A literature survey is a comprehensive review of existing literature on a particular topic. In the context of the video, a literature survey is conducted to understand the current state of traffic management systems, identify存在的问题, and justify the need for the proposed intelligent system.

💡Data Visualization

Data visualization is the graphical representation of information and data. The video mentions using data visualization to display the number of vehicles on each lane and traffic flow, which helps in understanding traffic patterns and the effectiveness of the traffic management system.

Highlights

Introduction to a smart traffic management system using YOLO V4 and Mobilenet algorithm.

The project aims to address societal traffic problems, particularly in urban areas.

Traditional traffic light systems operate on a delay-based technique, which can cause traffic congestion.

Proposing a deep learning approach to calculate vehicle counts and allocate traffic signals accordingly.

The project is titled 'Intelligent Staffing System for Urban Conditions using Real-Time Video Tracking'.

The system uses video-based deep learning to predict traffic signal timings based on vehicle density.

Existing traffic reduction systems face issues like sensor failure and inaccuracy in various conditions.

The project overcomes limitations of sensor-based and human-controlled traffic systems.

The system processes live video, converting it into frames to extract vehicle counts and types.

The project agenda includes combining a video processing model with a traffic light control module.

The system is designed to be flexible, allowing for the use of any video input.

The project is implemented using Python and run with Anaconda ID.

The system can reduce overall traffic delays and improve traffic flow.

Future enhancements include applying armless prediction models and other concepts.

The project provides a detailed demonstration of how to set up and run the traffic management system.

The system automatically updates traffic light timings based on real-time vehicle counts.

Data visualization features show traffic flow, vehicle counts, and optimization over time.

The project concludes with a comparison of traffic reduction and waiting time improvements over existing systems.

Contact information provided for those interested in purchasing the project.

Transcripts

play00:00

hello everyone welcome to ITW expert.com

play00:04

so we are providing best machine

play00:06

learning project at a better price okay

play00:08

today we are going to see some of the

play00:11

Innovative project very much useful for

play00:14

the current Society so this is the

play00:17

project which we are going to talk about

play00:19

today smart traffic management system

play00:22

using YOLO V4 and mobilenet algorithm

play00:26

this is the project we are going to

play00:27

discuss about today this project based

play00:30

on

play00:31

2023i okay this project published on

play00:34

recent years okay so as soon as you can

play00:36

see it's published on August 2023 very

play00:39

much recent project this project

play00:41

completely useful for society problem

play00:45

okay nowadays each and every city even

play00:47

which is a small City or bigger city

play00:49

okay everyone facing traffic problem

play00:52

here why because we are facing traffic

play00:55

problem means

play00:57

uh somewhat Road contains four lane

play00:59

Alpha Helene and all means the traffic

play01:01

light which used to reroute the all the

play01:03

vehicles it operates on the delay based

play01:07

technique delay based means for example

play01:09

we are taking four signal means party

play01:11

signal will work for 30 seconds next

play01:13

signal will work for 30 seconds another

play01:15

signal will work for 30 seconds same

play01:18

okay it's the same Target how much

play01:20

vehicle each lane contains it will

play01:23

operate based on the delay it completely

play01:26

operates on the delay only okay for

play01:28

example if you are taking four lane

play01:30

means

play01:31

I do explain with the image okay

play01:43

for example if you are talking four lane

play01:46

roads means this is the four lane roads

play01:54

in roads you can see this Lane having

play02:00

this Lane having very much lower number

play02:02

of vehicles this Lane and this line

play02:05

having high number of vehicles this line

play02:07

having very much low number of vehicles

play02:09

but the traffic system will give 30

play02:11

seconds for this length 30 seconds for

play02:13

this length 30 seconds for this length

play02:14

then 30 seconds

play02:16

very much worst scenario okay too much

play02:20

of traffic will happen due to this so

play02:22

what we are going to do means we are

play02:24

going to propose completely deep

play02:27

learning post approach which can able to

play02:29

calculate how much Vehicles available on

play02:32

each lane depends upon the vehicle count

play02:35

it will allocate the traffic signal

play02:37

that's the system we are going to do

play02:39

today okay this is the project PPD which

play02:42

you are going to explain today so this

play02:43

is the project PPT I will explain that

play02:45

so we are given modified titled as a

play02:48

intelligent Staffing system for urban

play02:49

condition using real-time video tracking

play02:52

vehicle tracking this is the project

play02:53

title module title we are given this is

play02:55

the project abstract so congestion was a

play02:58

very much serious issue nowadays so to

play03:01

fix the congestion issue what we are

play03:03

going to do means we have to enable the

play03:05

real-time traffic controlling system we

play03:07

have time Intelligent Traffic management

play03:09

system a project the completely based on

play03:13

the video based approach if you are

play03:14

giving video output of the link means it

play03:17

will cash it how much weights available

play03:18

on the each lane using deep learning

play03:21

depends upon the vehicle code

play03:22

automatically will predict the traffic

play03:24

signal then it will automatically after

play03:26

the traffic signal as a traffic lights

play03:28

also that's what you are going to do

play03:29

today so main objective was we have to

play03:32

reduce the overall traffic so for that

play03:35

we are going to use traffic prediction

play03:37

system

play03:38

so in introduction we can mentioned that

play03:40

various problem faced by traffic this is

play03:43

the literature survey of the project we

play03:46

have taken recent literatures okay then

play03:48

what's the major problem in the

play03:50

literature we are given overall existing

play03:52

system some of the traffic reduction

play03:54

system uses

play03:56

sensor burst approach they have placed

play03:58

some sensor on the roads the sensor will

play04:00

estimate how much vehicle passed by

play04:02

using sensing operation the major

play04:04

problem was in rainy condition and told

play04:06

it won't work in item it won't work so

play04:08

much of problems are there

play04:10

also some human based systems also

play04:13

available some humans able to come

play04:15

control the traffic some length they

play04:17

will give higher priority sampling they

play04:18

will give lower variety like that that's

play04:20

also huge Manpower task okay that is a

play04:23

major drawback in existing system

play04:25

traffic police facing too much of a

play04:27

problem as well as in sensor based

play04:30

approach less accuracy we are getting

play04:31

sensors are prone to failure too much of

play04:33

failure to larger on the sensor to

play04:35

overcome this only what you are going to

play04:37

do means we are going to use deep

play04:39

learning that means a based model so

play04:41

here this project if you are giving live

play04:43

video means it will calculate all the it

play04:46

will convert all the videos into frames

play04:48

from the frames it will extract the

play04:51

images okay from the images it will

play04:53

calculate how much buses available how

play04:56

much cars available how much bikes

play04:58

available based on the vehicle count it

play05:01

will automatically operate the traffic

play05:03

signal okay due to this we can overcome

play05:06

most traffics okay this is the project

play05:08

over agenda so in our foreign

play05:15

System including with that we are going

play05:18

to add on our next version 3 combined

play05:21

combiningly we are creating hybrid

play05:23

approach for better performance as well

play05:25

as better accuracy for this project this

play05:27

is the main thing here okay it's the

play05:30

overall flow diagram we are giving vdr

play05:32

images means it will calculate the get

play05:34

direction but by using that it will

play05:37

calculate the vehicle density from using

play05:39

that it will operate the traffic signals

play05:42

okay so a major question model you can

play05:44

use any video here the processing model

play05:46

will convert those videos into frame

play05:49

format from that it will calculate that

play05:56

how much trucks various object direction

play05:59

we are going to apply here okay some

play06:02

from that it will capture the count data

play06:04

from that count light control module on

play06:07

after like so this is the overall modest

play06:10

of the project we are going to use

play06:11

Python language for that we are going to

play06:13

run using Anaconda ID so this is the

play06:15

project requirements so major advantage

play06:17

because we are going to use live camera

play06:19

here uh you can use any number of videos

play06:21

32 40 frames twice again I need contrast

play06:24

video local to see anything you can use

play06:26

Okay so is a major conclusion of the

play06:29

project by using this a model we can

play06:31

reduce overall delay in reaching your

play06:33

destination okay so in future we can

play06:36

apply armless prediction model some

play06:38

other concept also including with this

play06:40

this is the overall reference of the

play06:42

project so without wasting much more

play06:45

further time I'm going to run the

play06:46

project

play06:47

so for that this project report also

play06:50

available once you are purchasing means

play06:52

we do give everything okay so I am going

play06:54

to use some videos so this is my video

play06:57

folder you can use I as I mentioned

play07:00

earlier you can use any number of videos

play07:02

here nothing issue

play07:03

we can use any number of videos

play07:07

the example I am going to use

play07:09

one of the video

play07:12

so this is the video I'm going to use

play07:17

so this video This is the first Lane

play07:20

video second lane then third line fourth

play07:23

link showing here

play07:26

different lens videos this is another

play07:28

main Lane

play07:30

this is also another leg

play07:39

this is also another line

play07:41

so those are the lane videos I'm going

play07:43

to use here okay different angle layers

play07:46

so what I'm going to do means I'm going

play07:48

to run my main coding this is my project

play07:51

my main coding I'm going to run my

play07:53

project main code so to run my main code

play07:56

what I'm going to do is I'm going to

play07:58

copy the project location

play08:02

in that you have to open your project

play08:06

command prompt project terminal you have

play08:08

to use

play08:11

those installation links installation

play08:13

instruction everything included with the

play08:15

project you will get everything

play08:17

everything while you are purchasing

play08:21

so in the meantime please subscribe our

play08:24

channel so we do follow video update

play08:27

regularly most useful videos for python

play08:30

deep learning Ulsa embedded technology

play08:32

so okay most recent projects most recent

play08:35

Technologies working videos everything

play08:36

video upload so don't forget to follow

play08:39

our Channel we do release coupons for

play08:41

project purchasing also so if you are

play08:44

following our Channel means you would

play08:46

get coupon updates also regularly so

play08:48

don't forget to follow uh subscribe our

play08:50

Channel okay

play08:56

yeah

play08:58

so I am going to open my project

play09:00

terminal

play09:02

so in the project terminal you have to

play09:05

copy the location of the project you

play09:07

have to paste using TD Space Project

play09:10

location then enter you have to run

play09:12

main.poi so what you have to do means

play09:15

you have to return space

play09:18

main.py you have to run with this python

play09:20

space main.viewer

play09:22

once you are running means it will

play09:24

create your page so this is your project

play09:27

location page so intelligent traffic

play09:29

manager first of all what you have to do

play09:31

means you have to set your input folder

play09:33

you have to Output folder I am going to

play09:35

set my input folder my video input

play09:37

folder

play09:39

I'm going to set my video input folder

play09:45

so it's available on python scripted

play09:50

Intelligent Traffic management system

play09:52

so input I am going to set input

play09:55

then I am going to set output also so

play09:57

output also same mobile uh they are only

play09:59

available python script Intelligent

play10:02

Traffic management system then I have to

play10:04

set output folder that's it everything

play10:06

run after that you have to set your

play10:09

traffic specification in traffic

play10:11

specification I am going to consider 100

play10:13

number of frames that means 100 minutes

play10:15

of traffic I have to consider you can

play10:18

change your timing whatever I'm going to

play10:20

give iteration as a one how much uh any

play10:23

outer run so I am going to apply

play10:25

iteration as a one that's if you here

play10:27

you can change the lane with road with

play10:30

everything you can change in cycle

play10:32

timing everything you can change okay

play10:34

just you okay that's it so now it's

play10:37

updated data set size as well as

play10:39

everything updated so I'm going to check

play10:41

with the one single images

play10:44

work or not so what I'm going to do

play10:47

means I'm going to check with one image

play10:49

just click test email process algorithm

play10:51

it will check with one images

play10:58

so see that it perfectly working so this

play11:02

is the image I am going to give see that

play11:04

images the video converted into frames

play11:07

you can see videos converted into the

play11:09

frames

play11:10

multiple frames from that randomly it

play11:14

will take one images see that this is

play11:16

the input image we are going to give if

play11:18

this is the output image you can see

play11:20

clearly everything okay here car car bus

play11:23

bus everything detector automatically so

play11:26

the overall vehicle detected count was

play11:28

70 okay which is very much best okay

play11:31

it's working perfectly

play11:33

so just give back

play11:37

so once vehicle counted means what you

play11:40

have to do means we have to use run

play11:42

Intelligent Traffic manager okay this

play11:45

will run the traffic data as per that so

play11:48

now I am going to run

play11:51

traffic Intelligent Traffic manager just

play11:53

run that

play12:06

see that it's predicting the data car

play12:09

bus bus bus how much cars available how

play12:12

much bus available on each and every

play12:14

lane it automatically predict everything

play12:16

okay see that

play12:20

buses cars everything it will predict

play12:23

automatically

play12:26

so now the traffic light also opened

play12:29

okay you can see first priority will be

play12:32

the lane one you can see 19 Vehicles

play12:34

period uh predicted on the lane one just

play12:37

a click Start Now traffic lights will

play12:40

start to work okay just click Start here

play12:44

see that traffic light enabled for the

play12:46

lane one okay so if now uh orange color

play12:49

then it began to green color okay the

play12:52

overall saturation Pro for the lane one

play12:55

will be 180.

play12:58

so time given for the traffic lane one

play13:01

was 34

play13:16

.

play13:44

so now it's running for the Lan one next

play13:47

you move for the another line

play13:55

so Lane one going to off it moved to the

play13:59

Lane 2 now okay Lane 2 going to run

play14:02

so if it's now which will give less time

play14:06

for the length to

play14:09

then it will move for the another Lane

play14:13

see that now time was very low only now

play14:16

consider the other point now time was

play14:18

very low then move to the Lane 3

play14:28

now it moved to the lane four

play14:32

so it will operate based on the vehicle

play14:34

density automatically okay based on it

play14:37

will automatically visual density okay

play14:39

it won't work with the delay one two

play14:41

three like that using in the existing

play14:43

system

play14:45

see that our lane completed now go back

play14:51

check Road View

play14:55

Road view means it will give data for

play14:58

the view for the all the four lanes okay

play15:03

see that this is the lane structure you

play15:06

can see

play15:07

four lanes Lane one contains 22 images

play15:10

Lane 2 contains 19 uh sorry Lane on

play15:13

Country 22 Vehicles Lane 2 contains 19

play15:16

Vehicles Lane 3 contains 20 Vehicles

play15:19

Lane 4 contains 18 Vehicles so it will

play15:22

automatically operate based on the next

play15:24

Point traffic light will work on the

play15:26

each and every frames depends upon the

play15:28

vehicle from it will automatically

play15:29

update you don't need to worry about

play15:31

that it will give priority based on the

play15:33

vehicle's count okay once vehicle passed

play15:35

means it will automatically update okay

play15:38

then go back you can check create data

play15:40

set just give create data set

play15:44

it will give the data set for all

play15:47

devices see that

play15:49

Lane one first to frame Lane 129 Lane

play15:51

237 Lane 342 Lane 4 19. so the overall

play15:56

traffic for the each and every lane next

play15:59

next set of traffic 17 33 3 Vehicles 24.

play16:04

the traffic density data

play16:11

Lane three plane for 27 okay this is the

play16:16

overall traffic flow it will

play16:18

automatically upload update those data

play16:20

so just Eclipse give save here then go

play16:23

to back

play16:27

now you can check display data

play16:30

so this is your overall data set okay

play16:33

here you can get much number of details

play16:36

okay much number of details okay so this

play16:39

is the overall data set created by our

play16:41

project in the data set you can check

play16:43

okay number of vehicles on Lane one

play16:45

number of vehicles on lane two number of

play16:47

eggs and Lane three number of Vacation

play16:49

Lane four how much traffic density and

play16:51

Lane one how much time it is

play16:55

how much traffic density

play16:58

given for Lane one lane two lane three

play17:01

lane four how much time driven for each

play17:04

and every lens so overall Lane diameter

play17:07

Lane uh Lane length for the each lane

play17:09

you can radius or increase depends upon

play17:11

the coding okay so this is the priority

play17:13

for each and every lens okay this is the

play17:15

priority ratio

play17:17

so this is the priority ratio for each

play17:20

and every line so this is the

play17:22

Optimum allocated resources for the each

play17:25

lane okay is the optimum allocated

play17:27

resource for each lane so this is the

play17:30

data for all the frames that means we

play17:34

are given 100 timing in now 100 minutes

play17:36

so 100 minutes means it will create all

play17:39

the data for 100 minutes okay you can

play17:41

check all the details details okay

play17:44

so 100 minutes each and every minute it

play17:47

will allocate the traffic okay each and

play17:50

every minute you can give 1 000 minutes

play17:53

60 Minutes anytime you can give so we

play17:55

are given 100 minutes to run this so

play17:57

this is the traffic data for each and

play17:59

every 100 minutes just to close this

play18:01

here those datas will save on here also

play18:04

you can check this data it will save on

play18:06

here also

play18:13

so automatically it will create the

play18:15

Excel file also you can show the Excel

play18:17

file also to your guide Center so okay

play18:19

clear details everything will be given

play18:22

clearly okay so total time to complete

play18:24

this traffic okay how much time we have

play18:27

saved everything given here

play18:29

so then what you have to do means you

play18:30

have go to next PATH in the next part

play18:33

just to give data visualization

play18:36

in data visualization just to go to

play18:38

number of vehicles on each lane

play18:40

just click this

play18:43

so this is the average number of

play18:46

vehicles present on the each lane this

play18:48

is the average number of vehicles

play18:49

present on the each lane for the 100

play18:51

Millions okay this is the first minute

play18:54

second minute third minute hundred

play18:56

minutes you can check for example in

play18:58

first minute in Lane 1 30 Vehicles

play19:00

nearly in Lane 2 nearly 40 vehicles in

play19:05

Lane

play19:05

three nearly 45 Acres but in lane four

play19:09

nearly 20 Vehicles this is the traffic

play19:12

density for each and every lane for 100

play19:14

minutes I given 100 minutes in the

play19:17

initial running itself you can change

play19:19

that also then close then go to traffic

play19:23

flow on each link

play19:25

so this is the traffic flow

play19:28

so how much traffic we are getting under

play19:30

each lane for the 100 minutes it will

play19:32

generate a graph for each and every lane

play19:35

for 100 minutes okay

play19:38

then

play19:39

traffic flow ratio on each lane

play19:44

total traffic flow how much traffic you

play19:46

are reduced okay in first minute the

play19:49

project started no that 10 huge traffic

play19:52

happened

play19:53

on 70 minutes you can see this is 70. in

play19:56

70 minutes also we have faced a huge

play19:58

traffic Peak number of traffic otherwise

play20:01

traffic was very much low on the other

play20:03

time so this is the big traffic period

play20:05

on the project

play20:07

then go to Optimum cycle time so Optimum

play20:11

cycle time means how much

play20:14

priority are given for each and every

play20:16

lens how much 120 that means 12 seconds

play20:19

that is 8 seconds each and every second

play20:22

how much traffic periodic is given for

play20:24

each and every things okay how much

play20:26

traffic you have reduced well compared

play20:28

to the existing system how much traffic

play20:30

you have reduced this is the graph for

play20:31

the comparison how much traffic you have

play20:34

reduced oil company to the existing

play20:35

system

play20:39

so this is the

play20:41

which is how much vehicles

play20:43

uh weighted how much time the vehicles

play20:46

are weighted on the each leg how much

play20:48

time vacants are weighted on the each

play20:50

leg the waiting time also reduced while

play20:52

comparing to the exiting system the

play20:54

waiting time also reduced this is the

play20:57

major advantage of this product

play20:59

is the complete project you can purchase

play21:01

everything you

play21:02

okay

play21:04

so to get this project please contact

play21:07

iwexpert.com we do provide this project

play21:10

at best price okay please subscribe our

play21:13

Channel also for future projects okay

play21:15

thank you

Rate This

5.0 / 5 (0 votes)

関連タグ
Smart TrafficYOLO V4MobileNetDeep LearningMachine LearningTraffic SystemVideo TrackingReal-TimeUrban PlanningTech Innovation
英語で要約が必要ですか?