mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge pull request #22898 from fengyuentau:slice_neg_steps
dnn: support ONNX Slice with negative steps by adding and using cv::flipND
This commit is contained in:
@@ -1147,6 +1147,7 @@ TEST_P(Test_ONNX_layers, Slice)
|
||||
testONNXModels("slice");
|
||||
testONNXModels("slice_neg_starts");
|
||||
testONNXModels("slice_opset_11");
|
||||
testONNXModels("slice_neg_steps", pb);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user