Skip to content

In this project, I have classified four types of vehicles: airplane, bike, car, and ship using SVM classifier as a part of my assignment for Pattern Recognition course at University of Georgia.

Notifications You must be signed in to change notification settings

aleenarayamajhi/Vehicle-Classification-Multi-Class-SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle-Classification-Multi-Class-SVM

In this project, I have classified four types of vehicles: airplane, bike, car, and ship using SVM classifier as a part of my assignment for Pattern Recognition course at University of Georgia. The details of the project are explained in a table below. Comparision Table The dataset for this project were taken from GitHub and Kaggle. The sample of images for each class are presented below: image Some addiitonal datasets were compiled to make 2000 images in each class. Then, image preprocessing was performed to convert images into grayscale to reduce noise and improve computational efficiency. Also, the images were reduced to 128 x 128 PX. For image preprocessing, theres's a code file provided in this repo. And, feature extraction was done using HOG and LBP combine after normalization with 8126 features total. The code for feature extraction is provided in this repo. SVM was used as a classifier. The accuracies were also compared with KNN and Decision Tree. The flowchart of this project can be explained using the following figure. flow-chart-github

About

In this project, I have classified four types of vehicles: airplane, bike, car, and ship using SVM classifier as a part of my assignment for Pattern Recognition course at University of Georgia.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages