Skip to content

Commit 1b100ae

Browse files
committed
Bug Fixes & Updates opencv#3
1 parent bb9462a commit 1b100ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/tracking/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
set(the_description "Tracking API")
2-
ocv_define_module(tracking opencv_imgproc opencv_core opencv_video opencv_highgui opencv_plot OPTIONAL opencv_datasets opencv_dnn WRAP python)
2+
ocv_define_module(tracking opencv_imgproc opencv_core opencv_video opencv_highgui opencv_dnn opencv_plot OPTIONAL opencv_datasets WRAP python)

modules/tracking/perf/perf_Tracker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ PERF_TEST_P(tracking, tld, testing::Combine(TESTSET_NAMES, SEGMENTS))
344344

345345
}
346346

347-
PERF_TEST_P(tracking, goturn, testing::Combine(TESTSET_NAMES, SEGMENTS))
347+
PERF_TEST_P(tracking, GOTURN, testing::Combine(TESTSET_NAMES, SEGMENTS))
348348
{
349349
string video = get<0>(GetParam());
350350
int segmentId = get<1>(GetParam());

modules/tracking/src/gtrTracker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ namespace cv
109109
}
110110
if (!importer)
111111
{
112-
//cvError(CV_StsError, "cv::gtr::InitImpl", "GOTURN network loading error...", "gtrTracker.cpp", 117);
112+
cvError(CV_StsError, "cv::gtr::InitImpl", "GOTURN network loading error...", "gtrTracker.cpp", 117);
113113
}
114114

115115
importer->populateNet(net);

0 commit comments

Comments
 (0)