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

error when I use my data train face detector #182

Open rainbow0727 opened 8 years ago

rainbow0727 commented 8 years ago

the command : ./scdcreate --positive-list ~/Documents/data/pos.txt --background-list ~/Documents/data/neg.txt --working-dir ~/Documents/data/face_train.sqlite3 --negative-count 12102

I got the error like this: Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". scdcreate: ccv_scd.c:1139: ccv_scd_classifier_cascade_t ccv_scd_classifier_cascade_new(ccv_array_t , ccv_array_t , int, const char , ccv_scd_train_param_t): Assertion `0 && "ccv_scd_classifier_cascade_new requires GSL library and support"' failed.

BUT I install gsl and test successfuly Could you help me?

rainbow0727 commented 8 years ago

@liuliu

rainbow0727 commented 8 years ago

@antimatter15 @koudelka @zshipko