Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to get background/negative sample images for haar training?

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?

like image 682
Anh-Tuan Mai Avatar asked May 24 '16 09:05

Anh-Tuan Mai


People also ask

What are negative images in Haar Cascade?

Haar Cascade is a machine learning-based approach where a lot of positive and negative images are used to train the classifier. Positive images – These images contain the images which we want our classifier to identify. Negative Images – Images of everything else, which do not contain the object we want to detect.


2 Answers

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

It says

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

like image 131
Alessandro Jacopson Avatar answered Dec 29 '22 09:12

Alessandro Jacopson


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.

like image 38
Masood Saber Avatar answered Dec 29 '22 10:12

Masood Saber