Skip to content

A computer vision toolkit for traffic analysis with vehicle detection, speed estimation, segmentation, and number plate recognition.

Notifications You must be signed in to change notification settings

kr1shnasomani/TraffiSense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TraffiSense

Project Index:

Name Descritpion
PlateScan The project detects and extracts text from vehicle number plates using OpenCV for image processing, EasyOCR for text recognition, and imutils for contour detection. It identifies the number plate region, crops it, extracts the text, and saves the result without displaying the images.
SpeedVision The code implements vehicle detection, tracking, and speed estimation using YOLOv8 for object detection, ByteTrack for tracking and OpenCV for video processing, annotating a video with bounding boxes, labels and speed calculations.
StreetScanner The system leverages DeepLabv3 ResNet-50 to detect and segment pedestrians and vehicles, with color-coded masks for easy visualization. This solution is designed for applications in traffic monitoring, pedestrian safety and smart city solutions. Built using PyTorch, Semantic Segmentation and Computer Vision techniques.

Respository Structure:

TraffiSense/
├── PlateScan/
│   ├── code/
│   │   └── main.py
│   ├── dataset/
│   │   ├── image1.jpg
│   │   └── image2.jpg
│   ├── result/
│   │   ├── number-plate-1.jpg
│   │   └── number-plate-2.jpg
│   ├── README.md
│   └── requirements.txt
├── SpeedVision/
│   ├── code/
│   │   └── main.py
│   ├── README.md
│   └── requirements.txt
├── StreetScanner/
│   ├── code/
|   │   ├── both.py
│   │   ├── pedestrian.py
│   │   └── vehicle.py
│   ├── dataset/
│   │   └── image.jpeg
│   ├── result/
|   │   ├── both-resultant-image.png
│   │   ├── pedestrian-resultant-image.png
│   │   └── vehicle-resultant-image.png
│   ├── README.md
│   └── requirements.txt
└── README.md

About

A computer vision toolkit for traffic analysis with vehicle detection, speed estimation, segmentation, and number plate recognition.

Topics

Resources

Stars

Watchers

Forks

Languages