mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #25538 from asmorkalov:as/resnet_optional
Made fcn-resnet50-12.onnx model optional.
This commit is contained in:
commit
c43957cbec
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user