mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
suppress debug out for soft cascade Octave
This commit is contained in:
+1
-1
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user