Skip to content

Archangel0007/Trajectory-Predicition-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trajectory-Prediction-System

The primary objective of this project is to develop a comprehensive system for the accurate prediction of vehicle trajectories, with a particular focus on motorcycles, within a road environment. This undertaking encompasses three key components:

->Vehicle Detection:
Implementing advanced computer vision algorithms to identify and locate vehicles, specifically motorcycles, within video or image data streams. For this purpose I have chosen YOLOV8, whose source files can be found at https://github.com/ultralytics/ultralytics

->Vehicle Tracking:
Utilizing sophisticated tracking techniques to monitor and maintain the continuous identification and monitoring of vehicles as they move through the road scene.I have chosen DeepSort for this purpose. The required depedencies can be found at https://github.com/nwojke/deep_sort

->Vehicle Trajectory Prediction:
Employing predictive modeling methodologies to forecast the future paths and movements of vehicles, particularly motorcycles, based on their historical trajectories and current contextual data. I have Employed CNN-GRU and CNN-LSTM for this substep.

We give in the bounding boxes for 8 continuous frames of the tracked object, and the model predicts the next coordinate of the object based on these bounding box values. the Trained Models can be found in the Models Section of this repository. The code for training these models can be found at the Dataset and Training folder of the repository.

Tech-Stack

Demo

Output.mp4

You can see in the small demo. The center of every bounding boxes is the current state, the model is trying to predict the center point in the next state.

About

This project aims to predict motorcycle trajectories using YOLOv8 for detection, DeepSort for tracking, and CNN-GRU/LSTM for prediction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published