Skip to content

Commit

Permalink
using libdispatch to speed up training
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed May 2, 2013
1 parent 7319880 commit 6179034
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 84 deletions.
2 changes: 1 addition & 1 deletion bin/icfcreate.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ int main(int argc, char** argv)
params.sample_rate = 0.1;
params.weight_trimming = 0.95;
params.acceptance = acceptance;
params.bootstrap_criteria = 0.05;
params.bootstrap_criteria = 0.005;
params.bootstrap = 4;
ccv_icf_multiscale_classifier_cascade_t* classifier = ccv_icf_classifier_cascade_new(posfiles, positive_count, bgfiles, negative_count, working_dir, params);
ccv_icf_write_classifier_cascade(classifier, working_dir);
Expand Down
Loading

0 comments on commit 6179034

Please sign in to comment.