Skip to content

manhminno/Traffic-Classify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Traffic-Classify

Using SIFT feature, BOW, model: SVM

  • 5 classes: Bus, Car, Moto, Pedestrian, Truck
  • Extract the SIFT feature from the input images and then build a BOW using KMeans model (100 clusters). Each image will be vectorized into a 100-dimensional vector
  • Using SVM model to train model

Releases

No releases published

Packages

No packages published

Languages