inspirit / jsfeat

JavaScript Computer Vision library.
MIT License
2.74k stars 372 forks source link

BBF Training #13

Closed marklundin closed 11 years ago

marklundin commented 11 years ago

I'm interested in contributing some additional cascades for the BBF detection. Where did you get your face cascades from? I see there's some data sets in libccv

inspirit commented 11 years ago

i used cascades from ccv (C based library) project here on github

marklundin commented 11 years ago

Ahh yeah, I've seen that project. There seems to be a distinct lack of other types of cascade for bbf, although there does seem to be a small program in ccv for training and creating cascades from datasets. Do you know any good image based datasets for other features, such as eyes, mouth, hands etc. All I can find are Haar classifiers, not the original image sets.

inspirit commented 11 years ago

hmm i think openCV had some links for databases along with available cascades. well i never tried to train since it needs lots of time :) i bet google should have smth...

marklundin commented 11 years ago

Yep, I was going to source a load of images for different feature types. I guess it would be a handy resource to have anyway.

I'll run them through the training, and who knows, we might have something to work with next week sometime :s