davisking / dlib

A toolkit for making real world machine learning and data analysis applications in C++

Home Page:http://dlib.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

after SVM train how to make trainer become object_detector

fatalfeel opened this issue · comments

this is svm train example
https://github.com/davisking/dlib/blob/master/examples/svm_c_ex.cpp

after trainer.train(samples, labels) i want to make it become object detect include slider window
how to do it?

load_image_dataset -> svm_c_trainer -> detector