Skip to content

Hellmett/SVM-classification-localization

 
 

Repository files navigation

SVM-classification-detection

HoG, PCA, PSO, Hard Negative Mining, Sliding Window, NMS

Best way to do detection is:

HoG(features) -> PCA(less features) + PSO(best C&gamma) -> origin SVM -> HNM(more features) -> better SVM -> SW -> NMS(bbox regression)

中文地址:http://blog.csdn.net/renhanchi/article/category/7007663

About

HoG, PCA, PSO, Hard Negative Mining, Sliding Window, Edge Boxes, NMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%