suppress debug out for soft cascade Octave

This commit is contained in:
marina.kolpakova
2013-01-09 17:56:32 +04:00
parent e35eebd4d4
commit dc12b4476a
3 changed files with 4 additions and 11 deletions

View File

@@ -130,7 +130,7 @@ int main(int argc, char** argv)
cv::Octave boost(boundingBox, npositives, nnegatives, *it, shrinkage);
std::string path = cfg.trainPath;
sft::ScaledDataset dataset(path, boost.logScale);
sft::ScaledDataset dataset(path, *it);
if (boost.train(&dataset, &pool, cfg.weaks, cfg.treeDepth))
{