Merge pull request #24783 from Abdurrahheem:ash/yolov7_weights

Changed onnx weights of yolov7
pull/24819/head
Alexander Smorkalov 11 months ago committed by GitHub
commit 9691a2dccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/dnn/test/test_onnx_importer.cpp

@ -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};

Loading…
Cancel
Save