Skip to content

Commit 96ef5cf

Browse files
committed
model name needs to be provided to the test
1 parent 1cb8161 commit 96ef5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/yolo_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class YoloInferenceTest : public testing::Test
2020
cv::randu(testImage_realistic, cv::Scalar(0, 0, 0), cv::Scalar(255, 255, 255));
2121

2222
// Setup common parameters
23-
std::tie(yolo, params) = Initialize();
23+
std::tie(yolo, params) = Initialize("yolo11m.onnx");
2424

2525

2626
NonSquareImgSize = { testImage_800x600.cols, testImage_800x600.rows };

0 commit comments

Comments
 (0)