mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 09:25:45 +08:00
Made fcn-resnet50-12.onnx model optional.
This commit is contained in:
parent
75f3f0fac8
commit
d8e18f4576
@ -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