Ask Your Question

allthewaynorth's profile - activity

2017-07-10 09:39:10 -0600 commented question How to reduce the size of the trained SVM model in Opencv3.0?

It's ok. You are welcome.

2017-07-10 03:29:02 -0600 commented question How to reduce the size of the trained SVM model in Opencv3.0?

Thank you. Because I have three classification tasks corresponding to two eyes and mouth respectively. I need to judge the status of them.

2017-07-09 21:55:16 -0600 received badge  Editor (source)
2017-07-09 21:46:00 -0600 asked a question How to reduce the size of the trained SVM model in Opencv3.0?

I have three image classify problem, and feature dimension of LBP each problem are 6400, with number of samples 6000. Now I have trained the three SVM models. Each size of the model is bout 20M. Because I want to transplant the project to android, so I want to compress the total size of three models within 20M.

The image's lbp feature is sparse, So I tried to use PCA to perform feature reduction. But the size mapping matrix of 500 dimension each classify problem is about 30M, and that is too big.

Is there are any other way to solve my problem?