1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Renamed model to prevent name conflict.

This commit is contained in:
Alexander Smorkalov
2026-07-15 15:58:50 +03:00
parent 34074075b2
commit 507c824cd8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ TEST_P(Test_YOLO_nets, YOLOv3)
scoreDiff = 0.04;
iouDiff = 0.03;
}
std::string model_file = "yolov3.onnx";
std::string model_file = "yolov3-converted.onnx";
{
SCOPED_TRACE("batch size 1");