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

Merge pull request #25538 from asmorkalov:as/resnet_optional

Made fcn-resnet50-12.onnx model optional.
This commit is contained in:
Alexander Smorkalov
2024-05-06 08:16:51 +03:00
committed by GitHub
+1 -1
View File
@@ -676,7 +676,7 @@ TEST_P(Test_Model, Segmentation)
}
std::string inp = _tf("dog416.png");
std::string weights_file = _tf("onnx/models/fcn-resnet50-12.onnx");
std::string weights_file = _tf("onnx/models/fcn-resnet50-12.onnx", false);
std::string exp = _tf("segmentation_exp.png");
Size size{128, 128};