1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #24783 from Abdurrahheem:ash/yolov7_weights

Changed onnx weights of yolov7
This commit is contained in:
Alexander Smorkalov
2024-01-06 21:34:44 +03:00
committed by GitHub
+1 -1
View File
@@ -2797,7 +2797,7 @@ TEST_P(Test_ONNX_nets, YOLOv7)
CV_TEST_TAG_DEBUG_VERYLONG
);
std::string weightPath = _tf("models/yolov7_not_simplified.onnx", false);
std::string weightPath = _tf("models/yolov7.onnx", false);
// Reference, which is collected with input size of 640x640
std::vector<int> refClassIds{1, 16, 7};
std::vector<float> refScores{0.9614331f, 0.9589417f, 0.8679074f};