rainbow0727

Results 3 issues of rainbow0727

I want to train my own model ,face detector how I prepare my data ?If I should crop my image ? and what should the txt file include? besides filename...

hello ,sir, I use AFLW dataset to train my own face detection model,I have some questions 1.the time is so long I use 24384 positive and 12990 negative count boosting=10...

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 *,...