Skip to content

Python program to assist in building the "intelligence" of any autonomous vehicle.

Notifications You must be signed in to change notification settings

sid-1698/intelligent-vehicles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent Vehicles

This source code is divided into 3 sections which form the crux of any intelligent vehicle.

  1. Object Detection - Object Detection is implemented using HoG feature vectors to detect pedestrians from a live video feed.
  2. State Estimation - Object detection is combined from moving targets and preprocessed using Bayesian (Kalman) filtering to estimate state and detect the location of vehicle in the space.
  3. Motion Planning - Motion planning of vehicle is optimized using A* path finding algorithm to provide the best route and assist in parking. Obstacle avoidance is also designed to steer the vehicle from any potential danger.

1. Object Detection

2. State Estimation

3. Motion Planning


Data sources are provided by TU Delft

About

Python program to assist in building the "intelligence" of any autonomous vehicle.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published