|
@@ -173,7 +173,8 @@ int main( int argc, char **argv )
|
|
FeaturePoolClassifier *fpc = new FPCRandomForestTransfer( &conf, classNames );
|
|
FeaturePoolClassifier *fpc = new FPCRandomForestTransfer( &conf, classNames );
|
|
vec_classifier = new VCFeaturePool( &conf, fpc );
|
|
vec_classifier = new VCFeaturePool( &conf, fpc );
|
|
} else {
|
|
} else {
|
|
- vec_classifier = GenericClassifierSelection::selectVecClassifier( &conf, "main" );
|
|
|
|
|
|
+ string classifierselection = conf.gS("main","classifier");
|
|
|
|
+ vec_classifier = GenericClassifierSelection::selectVecClassifier( &conf, classifierselection );
|
|
}
|
|
}
|
|
|
|
|
|
NICE::Vector thresholds;
|
|
NICE::Vector thresholds;
|