opencv/modules/dnn
rockzhan 1187a7fa34 Merge pull request #11649 from rockzhan:dnn_dw_prelu
dnn: Fix output mismatch when forward dnn model contain [depthwise conv(group=1) + bn + prelu]  (#11649)

* this can make sure [depthwise conv(group=1) + bn + prelu] output not shift

* add TEST to show the output mismatch in [DWconv+Prelu]

* fix typo

* change loading image to init cvMat directly

* build runtime model, without loading external model

* remove whitespace

* change way to create a cvmat

* add bias_term, add target output

* fix [dwconv + prelu] value mismatch when no optimizations

* fix Test error when change output channels

* add parametric test

* change num_output to group value

* change conv code and change test back
2018-06-07 13:45:54 +00:00
..
cmake/hooks dnn: make OpenCL DNN code optional 2018-03-01 12:12:40 +03:00
include/opencv2 Added ResizeBilinear op for tf (#11050) 2018-06-07 16:29:04 +03:00
misc fix doc. 2018-06-03 17:44:24 +08:00
perf Added ResizeBilinear op for tf (#11050) 2018-06-07 16:29:04 +03:00
src Merge pull request #11649 from rockzhan:dnn_dw_prelu 2018-06-07 13:45:54 +00:00
test Merge pull request #11649 from rockzhan:dnn_dw_prelu 2018-06-07 13:45:54 +00:00
CMakeLists.txt dnn: allow setting IE paths via command line 2018-05-22 14:40:03 +03:00