mrityunjay-tripathi / traffic-management

Project under Meghalaya Police Hackathon-2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traffic Management - The Unconventional Way

This repository is a project under Meghalaya Police Hackathon 2020.

Overview

Recently, Meghalaya Home Minister James P.K. Sangma told the Assembly that around 1.7 lakh vehicles pass through Shillong during peak hours and around 93,000 on a normal day. According to a study by the Boston Consulting Group, India’s biggest cities are losing approximately US$22 billion (Rs. 1,62,200 crore) annually due to traffic congestion. Due to narrow roads and a large number of vehicles per capita, frequent traffic congestion occurs in Shillong. It leads to wastage of time for commuters, employees, students. Blocked traffic may interfere with the passage of emergency vehicles (eg. Ambulance, Army/Police Vehicle, etc.). Higher chance of collisions due to tight spacing and constant stopping-and-going.

Objectives

  • Detecting vehicles and their License Plates using road-side cameras.
  • Analyzing parking areas and suggesting parking slots to new vehicles using mobile app.

Prerequisites

Environment

  • Python >= 3.6.0
  • Pytorch >= 1.3.0

Get code

git clone https://github.com/mrityunjay-tripathi/traffic-management.git
cd traffic_management
pip3 install --user -r requirements.txt 

Download required dataset

cd data/
bash get_traffic_data.sh

Training

Download pre-trained weights.
cd weights/
bash lpr_weights.sh
bash ps_weights.sh
Modify training parameters
  1. Review config file config/params.cfg
  2. Adjust your GPU device. see parallels.
  3. Adjust other parameters.
Start training
python train.py
Optional: Visualize training
tensorboard --logdir=PATH_WHERE_TENSORBOARD_LOGS_ARE_SAVED

Test

Put your test data in data/samples/test/ then run the following command.

python test.py

Start to use

python detect.py

Acknowledgement

Author

About

Project under Meghalaya Police Hackathon-2020

License:Apache License 2.0


Languages

Language:Python 99.8%Language:Shell 0.2%