rrfarr / FaceAttributeClassifier

This project implements an attributed classification using features from the VGG face recognizer and linear SVMs.
7 stars 2 forks source link

About SVM_models #1

Open Andrew-Zhu opened 7 years ago

Andrew-Zhu commented 7 years ago

Hi,I am interested in your works.It helps me a lot. But something troubles me that your svm_models are based on statistics and machine learning toolbox. I can not get this toolbox for free. Have you trained svm models on some free toolbox like libsvm? Many thanks.

rrfarr commented 7 years ago

This was a quick implementation to see how it goes. It seems that it can work. I am planning to retrain the models using libsvm soon.