SVM-classification-localization-master

所属分类:人工智能/神经网络/深度学习
开发工具:Python
文件大小:15KB
下载次数:8
上传日期:2019-03-23 10:58:16
上 传 者中世纪!!
说明:  检测的最佳方法是: HOG(功能)->PCA(功能较少)+PSO(最佳C&Gamma)->Origin SVM->HNM(功能较多)->Better SVM->SW->NMS(BBOX回归)
(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))

文件列表:
.ipynb_checkpoints (0, 2019-03-17)
.ipynb_checkpoints\2-checkpoint.ipynb (72, 2019-03-17)
10_EdgeBoxes+SVM+NMS_cam.py (2135, 2018-09-07)
1_HoG_extract_feature.py (5351, 2018-09-07)
2.ipynb (7780, 2019-03-17)
2_Train_SVM.py (1090, 2018-09-07)
3_Test_SVM.py (935, 2018-09-07)
4_Train_PCA+SVM.py (2946, 2018-09-07)
5_Test_PCA+SVM.py (1430, 2018-09-07)
6_PSO+PCA.py (4732, 2018-09-07)
7_Hard_Negative_Mining+SVM.py (3476, 2018-09-07)
8_SlidingWindow+SVM+NMS_image.py (2683, 2018-09-07)
9_SlidingWindow+SVM+NMS_cam.py (2582, 2018-09-07)

# 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) Sorry for my laziness. I think I should clarify the steps for the program. 1. Extract HoG features (script 1) 2. Train an initial model for pso (script 2) 3. Do pca and pso for better parameters C and gamma (script 6) 4. Use no-pca features and the best parameters to train the second model (script 2) 5. In order to increase the accuracy, use the second model to do hnm and get the final model(script 7) 6. Finally, choose an algorithm you like to do location(script 8 or 9 or 10) **PS:** 1. The reason I use pca is to accelerate the speed of pso. To be honestly, pso is really slow. 2. For step 4, you can also use features processed by pca, but I strongly advise you to hold as possible as more features. Because more features, higher accuracy. 中文地址:http://blog.csdn.net/renhanchi/article/category/7007663 强烈建议将6篇文章都仔细看一遍,再来跑代码,或者边看边跑。内容不是很多,但是会对你理解算法和代码有很大帮助。

近期下载者

相关文件


收藏者