mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
changed weights of yolov7
This commit is contained in:
parent
2e3ccb4e8e
commit
3b26e183cb
@ -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…
Reference in New Issue
Block a user