Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 301 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 301 Bytes

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