Skip to content

Yashwanth-Chandrakumar/Smart-Traffic-Optimisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart-Traffic-Optimisation

Optimise traffic flow with ease using AI

Colab workspace -

https://colab.research.google.com/drive/15tmr25W2pm3PhkyKjbxVPWXs1pdgoVJX?usp=sharing

Pre-requisites :

  1. Clone the Repository vehicle-counting-yolov5
git clone https://github.com/Yashwanth-Chandrakumar/Smart-Traffic-Optimisation.git

cd Smart-Traffic-Optimisation
  1. Clone the legacy Yolo-v5 Repository
git clone https://github.com/ultralytics/yolov5.git
  1. Install the libraries
pip install -r requirements.txt

Directory Structure :

After completing the above steps your directory should look like somewhat as of below structure

  • Smart-Traffic-Optimisation
    • deep_sort
    • yolov5
    • input.mp4
    • yolov5s.pt
    • tracker.py
    • requirements.txt

Run the algorithm

python tracker.py 
# This will download model weight - yolov5s.pt to base folder on first execution.

About

Optimise traffic flow with ease using AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages