bikz05 / object-detector

Object Detection Framework using HOG as descriptor and Linear SVM as classifier.
MIT License
430 stars 221 forks source link

Training our own dataset #24

Open aaseagrass opened 6 years ago

aaseagrass commented 6 years ago

Hello. Currently new to python and working in our senior's project. I find this HOG suited in our objectives with the integration of svm. But my main problem is how I would able to train our own dataset. can you give us idea on how to train our own datasets? Thank you!