mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
move training to softcascade module
rename Octave -> SoftCascadeOctave
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ int main(int argc, char** argv)
|
||||
cv::Rect boundingBox = cfg.bbox(it);
|
||||
std::cout << "Object bounding box" << boundingBox << std::endl;
|
||||
|
||||
cv::Octave boost(boundingBox, npositives, nnegatives, *it, shrinkage);
|
||||
cv::SoftCascadeOctave boost(boundingBox, npositives, nnegatives, *it, shrinkage);
|
||||
|
||||
std::string path = cfg.trainPath;
|
||||
sft::ScaledDataset dataset(path, *it);
|
||||
|
||||
Reference in New Issue
Block a user