There is a file in this directory titled ‘train base’. It’s available to help speed up the process of setting up a trainer. Just modify the values to suit your needs. Copy, Paste, and Go.
Image Datasets
- http://www.vision.ee.ethz.ch/datasets/index.en.html
- http://www.cvpapers.com/datasets.html
- http://www.cs.cmu.edu/~cil/v-images.html
- Negative Images:
- svn co http://tutorial-haartraining.googlecode.com/svn/trunk/data/negatives/
- ~3000 images
- https://github.com/openalpr/train-detector/tree/master/raw-neg
- ~3000 images
- download zip
- http://www.csee.wvu.edu/~xinl/database.html
use wget -r -A jpeg,jpg,bmp,gif,png <link>to pull all the images from a site (may come in handy later)
- svn co http://tutorial-haartraining.googlecode.com/svn/trunk/data/negatives/
- Negative Images:
OpenCV object recognition/training tutorials
Naotoshi Seo’s Tutorial
Coding Robin Haar Training Tutorial(Personally,my favorite)
Object Training FAQ
OpenCV Docs on TrainCascade
In-Depth Explanation of Some Parameters
In-depth answers to how to train properly