opencv/modules/dnn
Wanli a6ca48a1c2
Merge pull request #22100 from WanliZhong:issue_22015
Fix issue 22015, let Clip layer support 1-3 inputs

* Fix issue 22015.
Let layer Clip support 1-3 inputs.

* Resolve other problems caused by modifications

* Update onnx_importer.cpp

added extra checks to min/max handling in Clip

* Add assertions to check the size of the input

* Add test for clip with min and max initializers

* Separate test for "clip_init_min_max". Change the check method for input_size to provide a clearer message in case of problem.

* Add tests for clip with min or max initializers

* Change the implementation of getting input

Co-authored-by: Vadim Pisarevsky <vadim.pisarevsky@gmail.com>
2022-06-22 14:21:16 +03:00
..
cmake/hooks Merge pull request #14660 from YashasSamaga:dnn-cuda-build 2019-06-02 14:47:15 +03:00
include/opencv2 pre: OpenCV 4.6.0 (version++) 2022-05-23 19:25:16 +00:00
misc dnn: fix API - explicit ctors, const methods 2022-01-21 12:38:51 +00:00
perf Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-12-03 12:32:49 +00:00
src Merge pull request #22100 from WanliZhong:issue_22015 2022-06-22 14:21:16 +03:00
test Merge pull request #22100 from WanliZhong:issue_22015 2022-06-22 14:21:16 +03:00
CMakeLists.txt Merge pull request #21036 from fengyuentau:timvx_backend_support 2022-03-31 21:42:11 +00:00