opencv/modules/dnn
Sergei Slashchinin 61144f935e
Merge pull request #18783 from sl-sergei:fix_conv1d
Add support for Conv1D on OpenCV backend

* Add support for Conv1D on OpenCV backend

* disable tests on other targets/backends

* Fix formatting

* Restore comment

* Remove unnecessary flag and fix test logic

* Fix perf test

* fix braces

* Fix indentation, assert check and remove unnecessary condition

* Remove unnecessary changes

* Add test cases for variable weights and bias

* dnn(conv): fallback on OpenCV+CPU instead of failures

* coding style
2020-11-13 22:22:10 +00:00
..
cmake/hooks dnn: make OpenCL DNN code optional 2018-03-01 12:12:40 +03:00
include/opencv2 pre: OpenCV 3.4.12 (version++) 2020-09-06 22:26:32 +00:00
misc dnn: expose only float variant of NMSBoxes for bindings 2020-03-19 12:36:35 +01:00
perf Merge pull request #18783 from sl-sergei:fix_conv1d 2020-11-13 22:22:10 +00:00
src Merge pull request #18783 from sl-sergei:fix_conv1d 2020-11-13 22:22:10 +00:00
test Merge pull request #18783 from sl-sergei:fix_conv1d 2020-11-13 22:22:10 +00:00
CMakeLists.txt cmake: fix protobuf handling 2020-04-27 02:11:19 +00:00