Skip to content

Instantly share code, notes, and snippets.

@tomrunia
Created July 30, 2015 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomrunia/9b99341c803cc3dd578c to your computer and use it in GitHub Desktop.
Save tomrunia/9b99341c803cc3dd578c to your computer and use it in GitHub Desktop.
{
"icfdetector" :
{
"boost_type" : "WaldBoost",
"detection_max_size" : 200,
"detection_min_size" : 30,
"feature_candidates" : 40000,
"weak_count" : 600,
"min_feature_size" : 25,
"model_height" : 64,
"model_width" : 64,
"num_samples_negative" : 2000,
"num_samples_positive" : 2000,
"sliding_window_step_x" : 8,
"sliding_window_step_y" : 8,
"waldboost" :
{
"alpha" : 0.0050,
"beta" : 0.0,
"num_validation_neg" : 350,
"num_validation_pos" : 350
},
"decision_stumps" :
[
{
"alpha" : 3.120982429778742,
"beta" : 0.04411380840506471,
"classified_correct" : 3831,
"classified_incorrect" : 169,
"error" : 0.04224999999995280,
"feature" :
{
"channel" : 6,
"height" : 61,
"width" : 16,
"x" : 24,
"y" : 2
},
"flipped" : false,
"samples_neg" : 2000,
"samples_pos" : 2000,
"stage" : 1,
"threshold" : 4989.0,
"waldboost_maxTrace" : 3.120982429778742,
"waldboost_minTrace" : 0.0,
"waldboost_thetaA" : 2.334494857474504,
"waldboost_thetaB" : 100000000.0
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment