liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.08k stars 1.72k forks source link

Training classifier #140

Closed weiyt2014 closed 9 years ago

weiyt2014 commented 9 years ago

I see your scd.md .training process use aflw dataset. Now i want to use our dataset to train our own classifier. I see " AFLW dataset provided a SQLite file". If our image don't have SQLite file,how to create it? If no SQLite file ,whether training to go on? Thanks very much!

liuliu commented 9 years ago

Hey, all scdcreate cares is a list of file and its x, y, width, height (if you read the output of the sqlite file in the document, you will see exactly what it needs). You don't need a sqlite file as AFLW to proceed.