5

I need a collection of sample images to train a Haar-based classifier for plate detection. I know this question has been asked already, but the source on googlecode is dead.

http://tutorial-haartraining.googlecode.com/svn/trunk/data/negatives/

Where to get background sample images for haar training?

Where to get negative sample images for Haar training?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Anh-Tuan Mai
  • 1,129
  • 19
  • 36

2 Answers2

4

Maybe this one? https://github.com/handaga/tutorial-haartraining/tree/master/data/negatives

It says

Automatically exported from code.google.com/p/tutorial-haartraining

Alessandro Jacopson
  • 18,047
  • 15
  • 98
  • 153
3

I know this is quite old but for those of you who are Reading this and want to know more about how to get more negative and positive images, I suggest you check out Image Net and also This to know how to use it.

Happy Training.